Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions JavaScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down