Displaying Content in Full Screen Using the Fullscreen API in JavaScript

Open up any content on your page in full screen mode with just a few lines of JavaScript using the Full Screen API… Read more

Similar

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 »