I recently published our results for the 2017 edition of the annual State of JavaScript survey, collected from over 23,000 developers. (more…)
Read more »
At CodeFights, we love JavaScript! We're spreading the love with our first-ever Beautiful JS contest, where your elegant code can win you awesome prizes. (more…)
Read more »
Houdini is a set of low-level APIs that exposes parts of the CSS engine, giving developers the power to extend CSS by hooking into the styling and layout process of a browser’s rendering engine. Houdini is a group of APIs that give developers direct acce... (more…)
Read more »
The easiest way to get started with Marko is to use the Try Online feature. You can just open it in another tab and follow along. If you'd rather develop locally, check out the Installation page. (more…)
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 »