Ternary Operator in JavaScript: An easy-to-follow guide with exercises

An easy-to-follow guide with everything you need to know about the ternary operator. Follow along with exercises to make it easy to stick in your mind. Read more

Similar

JavaScript Library Detection

Starting in the April 15, 2017 crawl, har tables will include a _third-parties custom metric. This includes name and version information for ~100 of the most popular JavaScript libraries used on the web. This enables an exciting new area for analysis. T... (more…)

Read more »

A Prettier JavaScript Formatter

Today I am announcing prettier, a JavaScript formatter inspired by refmt with advanced support for language features from ES2017, JSX, and Flow. Prettier gets rid of all original styling and guarantees consistency by parsing JavaScript into an AST and pre...

Read more »