Why 0.1 and 0.2 === 0.30000000000000004: Implementing IEEE 754 in JavaScript

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… Read more

Similar

JavaScript Hoisting Internals

Introduction Welcome to the third post of the series, JavaScript: Cracking the Nuts. In this post, we will know about another fundamental JavaScript concept called, Hoisting. As the focus of the series is to get to the basics and internals of every ... (more…)

Read more »