JSFiddle - React, Tailwind, and code Playground

by Julian Garcia Castillo

JavaScript

let v = Number("13.1");

if (v >= 11) {
console.log("supported", v);
} else {
console.log("no supported",v)
}