Skip to content
Shiblu edited this page Nov 16, 2020 · 17 revisions

Welcome to the jsrminer wiki!

Topics for motivations:

  1. Javascript's default parameters can be challenging to diff since it could contain anything including a full-function declaration

  2. Customized Node JS was used for faster performance (Not related to motivation but it was an added challenge)

  3. Variable hoisting (the difference between let, const, var)

  4. The this keyword's different behavior based on the mode (i.e. strict/nonstrict), inside function constructor or class

  5. A function can be passed as parameters and treated as an object

  6. closure

...many more

  1. There is no return types. So hard to match the signature.
Clone this wiki locally