This repository was archived by the owner on Sep 13, 2022. It is now read-only.
Submission for EJS Problems#81
Open
ipalongengi wants to merge 2 commits intoCUNYTechPrep:masterfrom
ipalongengi:master
Open
Submission for EJS Problems#81ipalongengi wants to merge 2 commits intoCUNYTechPrep:masterfrom ipalongengi:master
ipalongengi wants to merge 2 commits intoCUNYTechPrep:masterfrom
ipalongengi:master
Conversation
- The following problems has been tested: - "Build the Table" problem from Ch. 13 - "Flatten" problem from Ch. 5 - "The Sum of Range" problem from Ch. 4 - "Reversing an Array" problem from Ch.4 - "A List" problem from Ch. 4 - There are still three problems that need to be solved: - "Deep Comparison" from Ch. 4 - "Mother-child age Difference" from Ch. 5 - "Historical Life Expectancy" from Ch.5 Changes to be committed: modified: chapter04.js modified: chapter05.js modified: chapter13.js
- Complete the remaining assignments on: - Problem 4.4 - Deep Comparison - Problem 5.2 - Mother-Child Age Difference - Problem 5.3 - Historical Life Expectancy - Remove *all* lines that print to console - Add helper functions in `chapter05.js` necessary to solve the remaining assignments Changes to be committed: modified: chapter04.js modified: chapter05.js modified: chapter13.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Like the old saying goes,
Although my submission is almost a month late, I finally managed to complete those problems and in the process learned greatly from them.