* 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
* Fixed FCC Logo on Small Screen
Changed *.logo-glyph* height to 28px from 30 which makes a nice form-factor on all screen sizes. I also utilized flexbox on the parent anchor tag in *.navbar-brand* in order to assure the logo always stays horizontally and vertically center.
* Deleted unneeded class name
I deleted the *.nav-logo* class from the FCC Function logo img tag. It was serving no essential purpose, and was only needed for the main FCC logo.