JSFiddle - React, Tailwind, and code Playground

by ckissi

JavaScript

let value = "12";

console.log(Number(value));

console.log(+value);