Last active
January 13, 2018 21:16
-
-
Save codeasashu/b17863bc26dff83ed2eec453495a32e6 to your computer and use it in GitHub Desktop.
JS Know to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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