JSFiddle - React, Tailwind, and code Playground

by RichardAD

JavaScript

// alert ("49" < 50)
let x = "49"
alert (x + ' is ' + typeof(x))

x = parseInt(x);
alert (x + ' is ' + typeof(x))