Skip to content

Instantly share code, notes, and snippets.

@codeasashu
Last active January 13, 2018 21:16
Show Gist options
  • Select an option

  • Save codeasashu/b17863bc26dff83ed2eec453495a32e6 to your computer and use it in GitHub Desktop.

Select an option

Save codeasashu/b17863bc26dff83ed2eec453495a32e6 to your computer and use it in GitHub Desktop.
JS Know to
1. What are closures. When and why to use closures?
2. Search stackoverflow.com for wikis/contributions on recent JS topics such as ES6, Arrays etc.
https://stackoverflow.com/questions/tagged/ecmascript-6
https://stackoverflow.com/questions/tagged/javascript
https://stackoverflow.com/questions/tagged/vue.js
https://stackoverflow.com/questions/948358/adding-custom-functions-into-array-prototype#comment15037097_948379
JS Falsey values: https://stackoverflow.com/a/4686608/1136491
3. must know basic concepts. Go through "you-don't-know-JS"
4. Learn to setup webpack / gulp+babel+browseify.
5. Start learning Mocha/Karma/Nightowl test runners. Should know E2E, Unit and Integration testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment