From f349dc7e4a6a7d5ddf2e3f96b0835a18920ebf24 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Wed, 30 Jul 2014 19:32:30 -0600 Subject: [PATCH] Add Eloquent JS to Other Books. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9ca83b..a8100e5 100644 --- a/README.md +++ b/README.md @@ -676,6 +676,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart. * [The Tangled Web — Securing Web Applications](http://www.amazon.ca/The-Tangled-Web-Securing-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski. * [Elasticsearch: The Definitive Guide](http://www.elasticsearch.org/guide/) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong. +* [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke. ## PHP Videos *Fantastic PHP-related videos.*