useful JS snippets you can understand in 30 sec

This commit is contained in:
Morgan 2017-12-12 13:19:33 +01:00 committed by GitHub
parent faba104123
commit 97351a526b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 * [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 * [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 * [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 ## Lisp
* [L(λ)THW](http://learnlispthehardway.org/) - Learn Lisp The Hard Way * [L(λ)THW](http://learnlispthehardway.org/) - Learn Lisp The Hard Way