Add JavaScript cheatsheet

This commit is contained in:
Charles-Axel Dein 2017-10-02 13:12:37 +02:00
parent 686439ce85
commit addc220356

View File

@ -238,6 +238,12 @@ Articles
* [Questions to ask your interviewer](https://rkoutnik.com/articles/Questions-to-ask-your-interviewer.html) * [Questions to ask your interviewer](https://rkoutnik.com/articles/Questions-to-ask-your-interviewer.html)
* [Interactive Python coding interview challenges](https://github.com/donnemartin/interactive-coding-challenges) * [Interactive Python coding interview challenges](https://github.com/donnemartin/interactive-coding-challenges)
### JavaScript
JavaScript is such a pervasive language that it's almost required learning.
* [mbeaudru/modern-js-cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet): cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
### Learning ### Learning
Learn how to learn! Learn how to learn!