JSFiddle - React, Tailwind, and code Playground

by Peer Reynders

JavaScript

console.log("1.200" == "1.2"); // false
console.log(1.200 == "1.2"); // true
console.log("1.200" == 1.2); // true