Skip to content

Commit 358f25c

Browse files
committed
update editions of Eloquent JavaScript book
1 parent 9a384d6 commit 358f25c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

books/free-programming-books-langs.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,10 @@ Books on general-purpose programming that don't focus on a specific language are
11511151
* [Designing Scalable JavaScript Applications](https://www.manning.com/books/designing-scalable-javascript-applications) - Emmit Scott (PDF+livebook)
11521152
* [Dev Docs](https://devdocs.io/javascript/) - Various (HTML)
11531153
* [DOM Enlightenment](https://frontendmasters.com/guides/javascript-enlightenment/) - Cody Linley
1154-
* [Eloquent JavaScript 3rd edition](http://eloquentjavascript.net) - Marijn Haverbeke (HTML, PDF, EPUB, MOBI) (CC BY-NC)
1154+
* [Eloquent JavaScript 4th edition](https://eloquentjavascript.net) - Marijn Haverbeke (HTML, PDF, EPUB, MOBI) (CC BY-NC)
1155+
* [Eloquent JavaScript 3rd edition](https://eloquentjavascript.net/3rd_edition) - Marijn Haverbeke (HTML, PDF, EPUB, MOBI) (CC BY-NC)
1156+
* [Eloquent JavaScript 2nd edition](https://eloquentjavascript.net/2nd_edition) - Marijn Haverbeke (HTML) (CC BY-NC)
1157+
* [Eloquent JavaScript 1st edition](https://eloquentjavascript.net/1st_edition) - Marijn Haverbeke (HTML) (CC BY)
11551158
* [Essential Javascript](https://www.programming-books.io/essential/javascript/) - Krzysztof Kowalczyk, StackOverflow Contributors
11561159
* [Exploring ES6](http://exploringjs.com/es6/) - Axel Rauschmayer (HTML)
11571160
* [Functional-Light JavaScript](https://github.com/getify/Functional-Light-JS) - Kyle Simpson (HTML)

0 commit comments

Comments
 (0)