Added tests and a working solution for Project Euler problem 11. Also added some styling to the problem's description to highlight four numbers in red to be more in-line with the description on the projecteuler.net.
Added tests and a working solution for Project Euler problem 11. Also added some styling to the problem's description to highlight four numbers in red to be more in-line with the description on the projecteuler.net.
* fix: package.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:uglify-js:20151024
Latest report for freecodecamp/freecodecamp:
https://snyk.io/test/github/freecodecamp/freecodecamp
Some vulnerabilities weren't fixed or ignored, and so will still fail
the Snyk test report.
* chore(package): remove snyk autopatch
Cause it's slow AF
Changed variable name from array to args. It will validate the last validation. Particular variable name is required but it is not mentioned in description.
Closes#16351
Changed variable name from array to args. It will validate the last validation. Particular variable name is required but it is not mentioned in description.
Closes#16351
This reduces the number of updates required when transitioning between
challenges while preserving the state of the panes when going from two
similar challengees.
Change var to let/const.
Change some single quotes to double quotes to be consistent. (Most were using double quotes)
Change callback functions to use ES6 arrow syntax.
Add function call to solution to be more consistent. (Some were present already)
Remove comments from solution to be more consistent. (Most didn't have comments)
Change var to let/const.
Change some single quotes to double quotes to be consistent. (Most were using double quotes)
Change callback functions to use ES6 arrow syntax.
Add function call to solution to be more consistent. (Some were present already)
Remove comments from solution to be more consistent. (Most didn't have comments)
Lesson pane on Step challenges was changed from "Step" to "Lesson", on
System Design Question challenges was changed from "Main" to "Lesson"
Closes#16453