How to convert a string into number

 let a = "10";

a = Number.parseInt(a)

console.log(a)

Comments

Popular posts from this blog

practice test of Arithmetic Operations: