We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc6017 commit c4a44b5Copy full SHA for c4a44b5
README.md
@@ -522,7 +522,7 @@
522
console.log('Flying');
523
};
524
}
525
-
+
526
// the same is true when the function name
527
// is the same as the variable name.
528
function example() {
@@ -1431,6 +1431,7 @@
1431
- [Pro JavaScript Techniques](http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273) - John Resig
1432
- [Smashing Node.js: JavaScript Everywhere](http://www.amazon.com/Smashing-Node-js-JavaScript-Everywhere-Magazine/dp/1119962595) - Guillermo Rauch
1433
- [Secrets of the JavaScript Ninja](http://www.amazon.com/Secrets-JavaScript-Ninja-John-Resig/dp/193398869X) - John Resig and Bear Bibeault
1434
+ - [Human JavaScript](http://humanjavascript.com/) - Henrik Joreteg
1435
1436
**Blogs**
1437
0 commit comments