We know we should do it, but do we know how?
Should web developers and JavaScript library authors still transpile their code to ES5? This post looks at what the data suggests based on what popular libraries, tools, and websites are doing
The Vanilla JavaScript Repository
We’re often told not to use document.write(), but… why?!
A guide to vanilla JavaScript code snippets — with resources and lightweight libraries to help you solve a problem without a large overhead or third-party dependencies.
<blockquote>There are many different options for storing data in the browser. Which one is best for your needs?</blockquote>
<blockquote>JavaScript fails to work for lots of people. Learn why that is as well as how to combat it in this article.</blockquote>
<blockquote>Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter. - getify/Functional-Light-JS</blockquote>
<blockquote>A book series on JavaScript. @YDKJS on twitter. Contribute to getify/You-Dont-Know-JS development by creating an account on GitHub.</blockquote>
<blockquote>Addy Osmani is an engineering manager at Google working on Chrome. He is author of open-source projects like Yeoman, TodoMVC and Material Design Lite. He has also written books like Learning JavaScript Design Patterns with O'Reilly.</blockquote>
<blockquote>The website of Hidde de Vries, freelance front-end developer.</blockquote>
<blockquote>JavaScript is one of the most popular programming languages in the world, and is now widely used also outside of the browser. The rise of Node.js in the last few years unlocked back-end development …</blockquote>
jQuery filedrop uses the HTML5 File API to allow users to drag multiple files from desktop to the browser, uploading each file to a user-specified URL.