JSFiddle - React, Tailwind, and code Playground

by briguy37

JavaScript

var x=Math.pow(2,53)-3;
while (x!=x+1) x++;

alert(x);