-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Shiblu edited this page Sep 11, 2020
·
17 revisions
Welcome to the jsrminer wiki!
####Topics for motivations:
-
Javascript's default parameters can be challenging to diff since it could contain anything including a full-function declaration
-
Customized Node JS was used for faster performance (Not related to motivation but it was an added challenge)
-
Variable hoisting (the difference between let, const, var)
-
The this keyword's different behavior based on the mode (i.e. strict/nonstrict), inside function constructor or class
-
A function can be passed as parameters and treated as an object
-
closure
...many more