JSFiddle - React, Tailwind, and code Playground

by kurotanshi

JavaScript

var a = '1';
var b = 1;

alert( a == b );
alert( a === b );