Skip to content

Instantly share code, notes, and snippets.

@hzi-dev
Forked from UltCombo/resources.md
Created January 10, 2020 17:13
Show Gist options
  • Save hzi-dev/db1feffdd9f1811ce88e2499ef3e8091 to your computer and use it in GitHub Desktop.
Save hzi-dev/db1feffdd9f1811ce88e2499ef3e8091 to your computer and use it in GitHub Desktop.

Revisions

  1. @UltCombo UltCombo revised this gist Feb 12, 2016. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions resources.md
    Original file line number Diff line number Diff line change
    @@ -26,6 +26,7 @@
    # Asynchronous flow

    - [JavaScript Promises: There and back again](http://www.html5rocks.com/en/tutorials/es6/promises/) - Jake Archibald [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/jaffathecake) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/jakearchibald)
    - [We have a problem with promises](http://pouchdb.com/2015/05/18/we-have-a-problem-with-promises.html) - Nolan Lawson [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/nolanlawson) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/nolanlawson)

    # Coding style and conventions

    @@ -43,3 +44,7 @@
    - [Javascript quiz](http://perfectionkills.com/javascript-quiz/) - Juriy "kangax" Zaytsev [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/kangax) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/kangax)
    - [So, you think you know JavaScript?](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript) - Dmitry Baranovskiy [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/DmitryBaranovsk) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/DmitryBaranovskiy)
    - [Javascript quiz. ES6 edition.](http://perfectionkills.com/javascript-quiz-es6/) - Juriy "kangax" Zaytsev [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/kangax) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/kangax)

    # Miscellaneous

    - [JavaScript Tips](https://github.com/loverajoel/jstips)
  2. @UltCombo UltCombo revised this gist Jan 15, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -41,4 +41,5 @@
    # Quizes

    - [Javascript quiz](http://perfectionkills.com/javascript-quiz/) - Juriy "kangax" Zaytsev [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/kangax) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/kangax)
    - [So, you think you know JavaScript?](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript) - Dmitry Baranovskiy [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/DmitryBaranovsk) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/DmitryBaranovskiy)
    - [So, you think you know JavaScript?](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript) - Dmitry Baranovskiy [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/DmitryBaranovsk) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/DmitryBaranovskiy)
    - [Javascript quiz. ES6 edition.](http://perfectionkills.com/javascript-quiz-es6/) - Juriy "kangax" Zaytsev [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/kangax) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/kangax)
  3. @UltCombo UltCombo revised this gist Jan 15, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    - [Node.js Manual & Documentation](http://nodejs.org/api/)
    - [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs) – A curated list of delightful Node.js packages and resources.
    - [Annonated ES5](http://es5.github.io/)
    - [ES6 draft (HTML version)](https://people.mozilla.org/~jorendorff/es6-draft.html)
    - [ECMA-262's current work (next ECMAScript edition's draft)](https://tc39.github.io/ecma262/)
    - [ES Discuss](https://esdiscuss.org/)

    # Books
  4. @UltCombo UltCombo revised this gist Jan 15, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,8 @@

    # Books

    - [Speaking JavaScript](http://speakingjs.com/) - Dr. Axel Rauschmayer [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/rauschma) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/rauschma)
    - [Speaking JavaScript: An In-Depth Guide for Programmers](http://speakingjs.com/) - Dr. Axel Rauschmayer [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/rauschma) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/rauschma)
    - [Exploring ES6: Upgrade to the next version of JavaScript](http://exploringjs.com/) - Dr. Axel Rauschmayer [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/rauschma) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/rauschma)
    - [You Don't Know JS (book series)](https://github.com/getify/You-Dont-Know-JS) - Kyle Simpson [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/getify) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/getify)
    - [Stream Handbook for Node.js](https://github.com/substack/stream-handbook) - James Halliday [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/substack) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/substack)

  5. @UltCombo UltCombo revised this gist Jan 4, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions resources.md
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,7 @@
    - [Node.js Manual & Documentation](http://nodejs.org/api/)
    - [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs) – A curated list of delightful Node.js packages and resources.
    - [Annonated ES5](http://es5.github.io/)
    - [ES6 draft (HTML version)](https://people.mozilla.org/~jorendorff/es6-draft.html)
    - [ES Discuss](https://esdiscuss.org/)

    # Books
  6. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,7 @@
    - [JavaScript Callbacks are Pretty Okay](http://andrewkelley.me/post/js-callback-organization.html) - Andrew Kelley [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/andrewrk)
    - [An Important Pair of Parens](http://michaux.ca/articles/an-important-pair-of-parens) - Peter Michaux [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/petermichaux) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/petermichaux)

    # Workflow / Automation
    # Workflow and automation

    - [gulp - The vision, history, and future of the project](https://medium.com/@contrahacks/gulp-3828e8126466) - Eric Schoffstall [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/contrahacks) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/contra)
    - [Web Starter Kit](https://developers.google.com/web/starter-kit/)
  7. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -21,7 +21,7 @@
    - [Understanding JavaScript’s this keyword](http://javascriptweblog.wordpress.com/2010/08/30/understanding-javascripts-this/) - Angus Croll [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/angusTweets) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/angus-c)
    - [What is the Execution Context & Stack in JavaScript?](http://davidshariff.com/blog/what-is-the-execution-context-in-javascript/) - David Shariff [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/davidshariff) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/davidshariff)

    # Promises
    # Asynchronous flow

    - [JavaScript Promises: There and back again](http://www.html5rocks.com/en/tutorials/es6/promises/) - Jake Archibald [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/jaffathecake) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/jakearchibald)

  8. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions resources.md
    Original file line number Diff line number Diff line change
    @@ -23,20 +23,20 @@

    # Promises

    - [JavaScript Promises: There and back again - HTML5 Rocks](http://www.html5rocks.com/en/tutorials/es6/promises/)
    - [JavaScript Promises: There and back again](http://www.html5rocks.com/en/tutorials/es6/promises/) - Jake Archibald [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/jaffathecake) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/jakearchibald)

    # Coding style and conventions

    - [Idiomatic.js - Principles of Writing Consistent, Idiomatic JavaScript](https://github.com/rwaldron/idiomatic.js/)
    - [JavaScript Callbacks are Pretty Okay - Andrew Kelley](http://andrewkelley.me/post/js-callback-organization.html)
    - [An Important Pair of Parens - peter.michaux.ca](http://michaux.ca/articles/an-important-pair-of-parens)
    - [JavaScript Callbacks are Pretty Okay](http://andrewkelley.me/post/js-callback-organization.html) - Andrew Kelley [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/andrewrk)
    - [An Important Pair of Parens](http://michaux.ca/articles/an-important-pair-of-parens) - Peter Michaux [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/petermichaux) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/petermichaux)

    # Workflow / Automation

    - [gulp - The vision, history, and future of the project - Eric Schoffstall (@contra)](https://medium.com/@contrahacks/gulp-3828e8126466)
    - [gulp - The vision, history, and future of the project](https://medium.com/@contrahacks/gulp-3828e8126466) - Eric Schoffstall [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/contrahacks) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/contra)
    - [Web Starter Kit](https://developers.google.com/web/starter-kit/)

    # Quizes

    - [Javascript quiz - Perfection kills](http://perfectionkills.com/javascript-quiz/)
    - [So, you think you know JavaScript? - Dmitry Baranovskiy’s Web Log](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript)
    - [Javascript quiz](http://perfectionkills.com/javascript-quiz/) - Juriy "kangax" Zaytsev [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/kangax) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/kangax)
    - [So, you think you know JavaScript?](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript) - Dmitry Baranovskiy [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/DmitryBaranovsk) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/DmitryBaranovskiy)
  9. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions resources.md
    Original file line number Diff line number Diff line change
    @@ -16,10 +16,10 @@

    # Basics

    - [Named function expressions demystified - kangax](http://kangax.github.io/nfe/) – explains not only NFEs, but Function expressions vs. Function declarations very well too.
    - [Immediately-Invoked Function Expression (IIFE) - Ben Alman](http://benalman.com/news/2010/11/immediately-invoked-function-expression/)
    - [Understanding JavaScript’s this keyword - JavaScript, JavaScript…](http://javascriptweblog.wordpress.com/2010/08/30/understanding-javascripts-this/)
    - [What is the Execution Context & Stack in JavaScript? - David Shariff](http://davidshariff.com/blog/what-is-the-execution-context-in-javascript/)
    - [Named function expressions demystified](http://kangax.github.io/nfe/) - Juriy "kangax" Zaytsev [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/kangax) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/kangax) – explains not only NFEs, but Function expressions vs. Function declarations very well too.
    - [Immediately-Invoked Function Expression (IIFE)](http://benalman.com/news/2010/11/immediately-invoked-function-expression/) - Ben Alman [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/cowboy) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/cowboy)
    - [Understanding JavaScript’s this keyword](http://javascriptweblog.wordpress.com/2010/08/30/understanding-javascripts-this/) - Angus Croll [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/angusTweets) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/angus-c)
    - [What is the Execution Context & Stack in JavaScript?](http://davidshariff.com/blog/what-is-the-execution-context-in-javascript/) - David Shariff [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/davidshariff) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/davidshariff)

    # Promises

  10. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions resources.md
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,7 @@
    - [Node.js Manual & Documentation](http://nodejs.org/api/)
    - [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs) – A curated list of delightful Node.js packages and resources.
    - [Annonated ES5](http://es5.github.io/)
    - [ES Discuss](https://esdiscuss.org/)

    # Books

  11. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@

    # Books

    - [Speaking JavaScript](http://speakingjs.com/) - Dr. Axel Rauschmayer [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/rauschma)
    - [Speaking JavaScript](http://speakingjs.com/) - Dr. Axel Rauschmayer [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/rauschma) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/rauschma)
    - [You Don't Know JS (book series)](https://github.com/getify/You-Dont-Know-JS) - Kyle Simpson [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/getify) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/getify)
    - [Stream Handbook for Node.js](https://github.com/substack/stream-handbook) - James Halliday [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/substack) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/substack)

  12. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions resources.md
    Original file line number Diff line number Diff line change
    @@ -7,9 +7,9 @@

    # Books

    - [Speaking JavaScript - Dr. Axel Rauschmayer (@rauschma)](http://speakingjs.com/)
    - [You Don't Know JS (book series) - Kyle Simpson (@getify)](https://github.com/getify/You-Dont-Know-JS)
    - [Stream Handbook for Node.js - James Halliday (@substack)](https://github.com/substack/stream-handbook)
    - [Speaking JavaScript](http://speakingjs.com/) - Dr. Axel Rauschmayer [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/rauschma)
    - [You Don't Know JS (book series)](https://github.com/getify/You-Dont-Know-JS) - Kyle Simpson [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/getify) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/getify)
    - [Stream Handbook for Node.js](https://github.com/substack/stream-handbook) - James Halliday [<img src="https://g.twimg.com/Twitter_logo_blue.png" height="16">](https://twitter.com/substack) [<img src="http://i.imgur.com/Dblch4H.png" height="16">](https://github.com/substack)

    (I'm only adding 100% freely accessible resources for now, so no paid books)

  13. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions resources.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    - [JavaScript - MDN](https://developer.mozilla.org/en/docs/Web/JavaScript)
    - [Node.js Manual & Documentation](http://nodejs.org/api/)
    - [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs) – A curated list of delightful Node.js packages and resources
    - [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs) – A curated list of delightful Node.js packages and resources.
    - [Annonated ES5](http://es5.github.io/)

    # Books
    @@ -26,7 +26,7 @@

    # Coding style and conventions

    - [Principles of Writing Consistent, Idiomatic JavaScript - Idiomatic.js](https://github.com/rwaldron/idiomatic.js/)
    - [Idiomatic.js - Principles of Writing Consistent, Idiomatic JavaScript](https://github.com/rwaldron/idiomatic.js/)
    - [JavaScript Callbacks are Pretty Okay - Andrew Kelley](http://andrewkelley.me/post/js-callback-organization.html)
    - [An Important Pair of Parens - peter.michaux.ca](http://michaux.ca/articles/an-important-pair-of-parens)

  14. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    - [JavaScript - MDN](https://developer.mozilla.org/en/docs/Web/JavaScript)
    - [Node.js Manual & Documentation](http://nodejs.org/api/)
    - [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs)
    - [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs) – A curated list of delightful Node.js packages and resources
    - [Annonated ES5](http://es5.github.io/)

    # Books
  15. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -30,7 +30,7 @@
    - [JavaScript Callbacks are Pretty Okay - Andrew Kelley](http://andrewkelley.me/post/js-callback-organization.html)
    - [An Important Pair of Parens - peter.michaux.ca](http://michaux.ca/articles/an-important-pair-of-parens)

    # Workflow / Automation / Build tools / Task runners
    # Workflow / Automation

    - [gulp - The vision, history, and future of the project - Eric Schoffstall (@contra)](https://medium.com/@contrahacks/gulp-3828e8126466)
    - [Web Starter Kit](https://developers.google.com/web/starter-kit/)
  16. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -30,7 +30,7 @@
    - [JavaScript Callbacks are Pretty Okay - Andrew Kelley](http://andrewkelley.me/post/js-callback-organization.html)
    - [An Important Pair of Parens - peter.michaux.ca](http://michaux.ca/articles/an-important-pair-of-parens)

    # Automation / Build tools / Task runners
    # Workflow / Automation / Build tools / Task runners

    - [gulp - The vision, history, and future of the project - Eric Schoffstall (@contra)](https://medium.com/@contrahacks/gulp-3828e8126466)
    - [Web Starter Kit](https://developers.google.com/web/starter-kit/)
  17. @UltCombo UltCombo revised this gist Jan 3, 2015. 1 changed file with 9 additions and 1 deletion.
    10 changes: 9 additions & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -2,11 +2,14 @@

    - [JavaScript - MDN](https://developer.mozilla.org/en/docs/Web/JavaScript)
    - [Node.js Manual & Documentation](http://nodejs.org/api/)
    - [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs)
    - [Annonated ES5](http://es5.github.io/)

    # Books

    - [Speaking JavaScript](http://speakingjs.com/)
    - [Speaking JavaScript - Dr. Axel Rauschmayer (@rauschma)](http://speakingjs.com/)
    - [You Don't Know JS (book series) - Kyle Simpson (@getify)](https://github.com/getify/You-Dont-Know-JS)
    - [Stream Handbook for Node.js - James Halliday (@substack)](https://github.com/substack/stream-handbook)

    (I'm only adding 100% freely accessible resources for now, so no paid books)

    @@ -27,6 +30,11 @@
    - [JavaScript Callbacks are Pretty Okay - Andrew Kelley](http://andrewkelley.me/post/js-callback-organization.html)
    - [An Important Pair of Parens - peter.michaux.ca](http://michaux.ca/articles/an-important-pair-of-parens)

    # Automation / Build tools / Task runners

    - [gulp - The vision, history, and future of the project - Eric Schoffstall (@contra)](https://medium.com/@contrahacks/gulp-3828e8126466)
    - [Web Starter Kit](https://developers.google.com/web/starter-kit/)

    # Quizes

    - [Javascript quiz - Perfection kills](http://perfectionkills.com/javascript-quiz/)
  18. @UltCombo UltCombo revised this gist Jul 21, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -21,7 +21,7 @@

    - [JavaScript Promises: There and back again - HTML5 Rocks](http://www.html5rocks.com/en/tutorials/es6/promises/)

    # Coding Style and conventions
    # Coding style and conventions

    - [Principles of Writing Consistent, Idiomatic JavaScript - Idiomatic.js](https://github.com/rwaldron/idiomatic.js/)
    - [JavaScript Callbacks are Pretty Okay - Andrew Kelley](http://andrewkelley.me/post/js-callback-organization.html)
  19. @UltCombo UltCombo revised this gist Jul 21, 2014. No changes.
  20. @UltCombo UltCombo revised this gist Jul 21, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion resources.md
    Original file line number Diff line number Diff line change
    @@ -28,5 +28,6 @@
    - [An Important Pair of Parens - peter.michaux.ca](http://michaux.ca/articles/an-important-pair-of-parens)

    # Quizes

    - [Javascript quiz - Perfection kills](http://perfectionkills.com/javascript-quiz/)
    - [So, you think you know JavaScript?](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript)
    - [So, you think you know JavaScript? - Dmitry Baranovskiy’s Web Log](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript)
  21. @UltCombo UltCombo revised this gist Jul 21, 2014. 1 changed file with 14 additions and 14 deletions.
    28 changes: 14 additions & 14 deletions resources.md
    Original file line number Diff line number Diff line change
    @@ -1,32 +1,32 @@
    # General reference

    [JavaScript - MDN](https://developer.mozilla.org/en/docs/Web/JavaScript)
    [Node.js Manual & Documentation](http://nodejs.org/api/)
    [Annonated ES5](http://es5.github.io/)
    - [JavaScript - MDN](https://developer.mozilla.org/en/docs/Web/JavaScript)
    - [Node.js Manual & Documentation](http://nodejs.org/api/)
    - [Annonated ES5](http://es5.github.io/)

    # Books

    [Speaking JavaScript](http://speakingjs.com/)
    - [Speaking JavaScript](http://speakingjs.com/)

    (I'm only adding 100% freely accessible resources for now, so no paid books)

    # Basics

    [Named function expressions demystified - kangax](http://kangax.github.io/nfe/) – explains not only NFEs, but Function expressions vs. Function declarations very well too.
    [Immediately-Invoked Function Expression (IIFE) - Ben Alman](http://benalman.com/news/2010/11/immediately-invoked-function-expression/)
    [Understanding JavaScript’s this keyword - JavaScript, JavaScript…](http://javascriptweblog.wordpress.com/2010/08/30/understanding-javascripts-this/)
    [What is the Execution Context & Stack in JavaScript? - David Shariff](http://davidshariff.com/blog/what-is-the-execution-context-in-javascript/)
    - [Named function expressions demystified - kangax](http://kangax.github.io/nfe/) – explains not only NFEs, but Function expressions vs. Function declarations very well too.
    - [Immediately-Invoked Function Expression (IIFE) - Ben Alman](http://benalman.com/news/2010/11/immediately-invoked-function-expression/)
    - [Understanding JavaScript’s this keyword - JavaScript, JavaScript…](http://javascriptweblog.wordpress.com/2010/08/30/understanding-javascripts-this/)
    - [What is the Execution Context & Stack in JavaScript? - David Shariff](http://davidshariff.com/blog/what-is-the-execution-context-in-javascript/)

    # Promises

    [JavaScript Promises: There and back again - HTML5 Rocks](http://www.html5rocks.com/en/tutorials/es6/promises/)
    - [JavaScript Promises: There and back again - HTML5 Rocks](http://www.html5rocks.com/en/tutorials/es6/promises/)

    # Coding Style and conventions

    [Principles of Writing Consistent, Idiomatic JavaScript - Idiomatic.js](https://github.com/rwaldron/idiomatic.js/)
    [JavaScript Callbacks are Pretty Okay - Andrew Kelley](http://andrewkelley.me/post/js-callback-organization.html)
    [An Important Pair of Parens - peter.michaux.ca](http://michaux.ca/articles/an-important-pair-of-parens)
    - [Principles of Writing Consistent, Idiomatic JavaScript - Idiomatic.js](https://github.com/rwaldron/idiomatic.js/)
    - [JavaScript Callbacks are Pretty Okay - Andrew Kelley](http://andrewkelley.me/post/js-callback-organization.html)
    - [An Important Pair of Parens - peter.michaux.ca](http://michaux.ca/articles/an-important-pair-of-parens)

    # Quizes
    [Javascript quiz - Perfection kills](http://perfectionkills.com/javascript-quiz/)
    [So, you think you know JavaScript?](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript)
    - [Javascript quiz - Perfection kills](http://perfectionkills.com/javascript-quiz/)
    - [So, you think you know JavaScript?](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript)
  22. @UltCombo UltCombo created this gist Jul 21, 2014.
    32 changes: 32 additions & 0 deletions resources.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    # General reference

    [JavaScript - MDN](https://developer.mozilla.org/en/docs/Web/JavaScript)
    [Node.js Manual & Documentation](http://nodejs.org/api/)
    [Annonated ES5](http://es5.github.io/)

    # Books

    [Speaking JavaScript](http://speakingjs.com/)

    (I'm only adding 100% freely accessible resources for now, so no paid books)

    # Basics

    [Named function expressions demystified - kangax](http://kangax.github.io/nfe/) – explains not only NFEs, but Function expressions vs. Function declarations very well too.
    [Immediately-Invoked Function Expression (IIFE) - Ben Alman](http://benalman.com/news/2010/11/immediately-invoked-function-expression/)
    [Understanding JavaScript’s this keyword - JavaScript, JavaScript…](http://javascriptweblog.wordpress.com/2010/08/30/understanding-javascripts-this/)
    [What is the Execution Context & Stack in JavaScript? - David Shariff](http://davidshariff.com/blog/what-is-the-execution-context-in-javascript/)

    # Promises

    [JavaScript Promises: There and back again - HTML5 Rocks](http://www.html5rocks.com/en/tutorials/es6/promises/)

    # Coding Style and conventions

    [Principles of Writing Consistent, Idiomatic JavaScript - Idiomatic.js](https://github.com/rwaldron/idiomatic.js/)
    [JavaScript Callbacks are Pretty Okay - Andrew Kelley](http://andrewkelley.me/post/js-callback-organization.html)
    [An Important Pair of Parens - peter.michaux.ca](http://michaux.ca/articles/an-important-pair-of-parens)

    # Quizes
    [Javascript quiz - Perfection kills](http://perfectionkills.com/javascript-quiz/)
    [So, you think you know JavaScript?](http://dmitry.baranovskiy.com/post/so-you-think-you-know-javascript)