Skip to content

Update Module 07 HTML file and module05.ts calculation enhancement #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AdalbertPungu
Copy link

The module 07 start and end HTML files refer to the wrong module js file, i.e. module08 instead of 07.

Improved calculation: the program would not compile if the table to be sorted or printed had more than 100 elements.

I added a check in the constructor of the BuildArray class. By limiting to 100 to avoid performance or array size problems.
Improved calculation: the program would not compile if the table to be sorted or printed had more than 100 elements.

I added a check in the constructor of the BuildArray class. By limiting to 100 to avoid performance or array size problems.
@AdalbertPungu AdalbertPungu changed the title Update Module 07 HTML file Update Module 07 HTML file and module05.ts calculation enhancement Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant