Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.| javascript.info
Code is prone to errors. You will quite likely make errors… Oh, what am I talking about? You are absolutely going to make errors, at least if you’re a human, not a robot.| javascript.info
The two most used data structures in JavaScript are Object and Array.| javascript.info
In modern websites, scripts are often “heavier” than HTML: their download size is larger, and processing time is also longer.| javascript.info