JSFiddle - React, Tailwind, and code Playground by kurotanshi June 13, 2013 JavaScript var a = '1'; var b = 1; alert( a == b ); alert( a === b );