Join us as we delve into the importance of JavaScript nowadays and learn how to tackle its vulnerabilities through our top security recommendations.
Read more »
JavaScript has built-in, primitive types. The variables that you create have types, whether you know it or not. Understanding these primitive types and what’s going on behind the scenes will help you understand how to better write your applications. (more…)
Read more »
JavaScript engines use a mechanism called lazy parsing to run code more quickly.
Read more »
Up until about 3 months ago, I had never used a linter. When we started InVision App, we played around with a coding style-guide; but, we quickly found out that no one stuck to it; and, frankly, we didn't have time to worry about it - we were just trying ... (more…)
Read more »