JSFiddle - React, Tailwind, and code Playground

by brainsengineering

JavaScript

var a=0.1;
var b=0.2;
var c=0.3;

if ((a+b)==c){
	console.log('Hello World!');
}