From 419fe51aaa3791fa25e932c8554f12b9745c8aa1 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sat, 1 Jun 2019 09:47:26 +0200 Subject: [PATCH] Little known features of JavaScript --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8916120..5a05d42 100644 --- a/README.md +++ b/README.md @@ -4734,6 +4734,7 @@ Raw * [Praveen Durairaj](https://blog.hasura.io/an-exhaustive-guide-to-writing-dockerfiles-for-node-js-web-apps-bbee6bd2f3c4) - (2018) An Exhaustive Guide to Writing Dockerfiles for Node.js Web Apps * [JSONLint](https://jsonlint.com/) - JSON validator * [The State of JavaScript 2017](https://stateofjs.com/2017/introduction/) - (2017) Results of a survey to more than 28,000 developers all over the world about JavaScript ecosystem, covering numerous topics (testing, front-end, back-end, build tools, opinions, ...) +* [Viral Shah](https://blog.usejournal.com/little-known-features-of-javascript-901665291387) - (2018) Little known features of JavaScript | Void operator, With statement, and other things. ## Lisp * [L(λ)THW](http://learnlispthehardway.org/) - Learn Lisp The Hard Way