From 76c515bd3c472311621dfe4ab27d1c22b30dc735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Wed, 19 Nov 2025 13:56:18 +0100 Subject: [PATCH] Add 'JavaScript in Depth' resource to documentation Hi, Stjepan from Manning here. I thought this title might be a good match for your list. Thank you for considering it. Best, --- JavaScript.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JavaScript.md b/JavaScript.md index ea62bc5a..281ef858 100644 --- a/JavaScript.md +++ b/JavaScript.md @@ -70,6 +70,8 @@ - [Learn JavaScript](https://learnjavascript.online/): Learn JavaScript in an interactive environment. Read short lessons, take notes, and complete challenges directly in your browser. +- [JavaScript in Depth](https://www.manning.com/books/javascript-in-depth): Explore the inner workings of the world’s most popular programming language. + ## Advanced Javascript Articles - [Exploring Async/Await Functions in JavaScript](https://alligator.io/js/async-functions): Async/await functions, a new addition with ES2017 (ES8), help us even more in allowing us to write completely synchronous-looking code while performing asynchronous tasks behind the scenes.