JS-essentials icon indicating copy to clipboard operation
JS-essentials copied to clipboard

A repo containing essential links and my understanding regarding JS

Results 8 JS-essentials issues
Sort by recently updated
recently updated
newest added

### General - [x] http://dmitrysoshnikov.com/ecmascript/javascript-the-core/ - [x] http://www.2ality.com/2013/06/basic-javascript.html - [ ] http://www.2ality.com/2012/06/continuation-passing-style.html - [ ] http://eloquentjavascript.net/ - [ ] http://mrale.ph/blog/2014/07/30/constructor-vs-objectcreate.html - [ ] https://blog.getify.com/sanity-check-object-creation-performance/ ### Functional Programming - [x] http://javascript.crockford.com/www_svendtofte_com/code/curried_javascript/index.html...

enhancement
Js material

- [x] https://github.com/hemanth/functional-programming-jargon - [x] https://github.com/hemanth/jsfeatures.in - [x] https://github.com/maxogden/art-of-node - [x] https://github.com/alsotang/node-lessons

enhancement
Js material

- [ ] https://sub.watchmecode.net/series/ - [ ] https://nodecasts.io/ - [ ] http://tagtree.tv/library - [ ] http://www.letscodejavascript.com/ - [ ] https://www.devcasts.io/tag/javascript/ - [ ] http://nodetuts.com/

enhancement
Js material

- [x] https://www.youtube.com/watch?v=VEaDsKyDxkY

enhancement
Js material

Write a section in arrow function, giving a brief introduction about `this`.

enhancement
Learning ES2015

- introduction to TCO - What it is - How it happened in ES5 - How different it is n ES2015

enhancement
Learning ES2015