Must Read
Google’s John Mueller: JavaScript is Required When Redirecting Hashbang URLs
Google's John Mueller addresses a question about AJAX crawling.
Sponsor (Thank You)
Build Stateful Javascript Apps Effortlessly with GraphQL
FaunaDB is a serverless database with a native GraphQL API. With fast global access, built-in auth, and no cold starts, FaunaDB makes it simple to manage state for your browser-based apps. Get started now with industry’s most generous free data tier!
Learn
A Re-Introduction to Destructuring Assignment
Destructuring assignment, introduced in ES6, provides an interesting way to dig into arrays and other objects to withdraw values more directly.
How to Make Your Conditional Statements Easier to Read in JavaScript
Conditionals done wrong can also lead to some very complicated code that is hard to follow and even harder to maintain. In this post, Justin Travis Waith-Mair teaches how to make your conditional statements easier to read in JavaScript.
Create a dynamic form in React using Hooks
Greg Kallai teaches how to create a dynamic form in React using Hooks.
Tools & Code
jsonbox.io - Store & retrieve JSON over HTTP for free.
An awesone free tool that lets you sore and retrieve JSON over HTTP.
Watch
Why 0.1 + 0.2 === 0.30000000000000004: Implementing IEEE 754 in JS?
Floating point math is tricky. In this video, we'll learn how these numbers work in computers, and build a software implementation from scratch in JavaScript.
Misc
What is the role of front-end developers and which skills should they have?
A serious question for every front-end developer. Learn the answer by reading this article.
Javascript to calculate age from date of birth
An interesting thread whre experts contribute ideas on how to solve the problem of calculating age from date of birth using JavaScript.