From addc2203560619d68f336281f2f99503d1cf9e53 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Mon, 2 Oct 2017 13:12:37 +0200 Subject: [PATCH] Add JavaScript cheatsheet --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e226803..b2d8dbe 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,12 @@ Articles * [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) +### 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 Learn how to learn! @@ -384,4 +390,4 @@ Resources * [KISS](https://en.wikipedia.org/wiki/KISS_principle) * [SOLID](https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)) * [GRASP](https://en.wikipedia.org/wiki/GRASP_(object-oriented_design)) -* [Make it run, make it right, make it fast](http://c2.com/cgi/wiki?MakeItWorkMakeItRightMakeItFast) +* [Make it run, make it right, make it fast](http://c2.com/cgi/wiki?MakeItWorkMakeItRightMakeItFast) \ No newline at end of file