JSFiddle - React, Tailwind, and code Playground by briguy37 November 18, 2013 JavaScript var x=Math.pow(2,53)-3; while (x!=x+1) x++; alert(x);