Hi , is possible to use math library in the JavaScript windows ?
Thanks
Which library?
Math…for example Math.sqrt()…
Yes that will work. I just tried it:
console.log(Math.sqrt(4))
1 Like