A Smarter Way to Learn JavaScript

Studies show that when learning new concepts and rules, most people start to lose focus after about 10 minutes. With short chapters, you don’t hit a learning wall. Read more

Similar

JavaScript Strict Mode

Strict Mode is an ES5 feature, and it's a way to make JavaScript behave in a better way. And in a different way, as enabling Strict Mode changes the semantics of the JavaScript language. It's really important to know the main differences between JavaScrip... (more…)

Read more »