From 97351a526ba4c4bd15314510acfc90d4c008c9d8 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 12 Dec 2017 13:19:33 +0100 Subject: [PATCH] useful JS snippets you can understand in 30 sec --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51d3032..f344e9e 100644 --- a/README.md +++ b/README.md @@ -2654,6 +2654,7 @@ I spend a lot of time on internet, losing myself in lot of topics. I choose GitH * [Keith Cirkel](https://www.keithcirkel.co.uk/why-we-should-stop-using-grunt/) - (2014) Why we should stop using Grunt & Gulp * [svaarala/duktape](https://github.com/svaarala/duktape) - Duktape : embeddable Javascript engine with a focus on portability and compact footprint * [Una Kravets](http://youmightnotneedjs.com/) - You Might Not Need JavaScript +* [Chalarangelo/30-seconds-of-code](https://github.com/Chalarangelo/30-seconds-of-code) - Curated collection of useful Javascript snippets that you can understand in 30 seconds or less. ## Lisp * [L(λ)THW](http://learnlispthehardway.org/) - Learn Lisp The Hard Way