JSFiddle - React, Tailwind, and code Playground

by Gereltod Gotsbayar

JavaScript

var num1 = 0.1, num2 = 0.2, shouldEqual = 0.3;
alert(num1 + num2 == shouldEqual);