Skip to content

Commit c4a44b5

Browse files
committed
[resources] add human javascript
1 parent 6cc6017 commit c4a44b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
console.log('Flying');
523523
};
524524
}
525-
525+
526526
// the same is true when the function name
527527
// is the same as the variable name.
528528
function example() {
@@ -1431,6 +1431,7 @@
14311431
- [Pro JavaScript Techniques](http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273) - John Resig
14321432
- [Smashing Node.js: JavaScript Everywhere](http://www.amazon.com/Smashing-Node-js-JavaScript-Everywhere-Magazine/dp/1119962595) - Guillermo Rauch
14331433
- [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
14341435

14351436
**Blogs**
14361437

0 commit comments

Comments
 (0)