Code to go logo
Created using Figma
Use Cases
Contribute
How to find root of positive number in JavaScript
Numbers
By Jad Joubran ·
Last updated Dec 26, 2017
const number = 16; const result = Math.pow(number, 1 / 2);
4
Dec 26, 2017
1
Jad Joubran
See answer
1
Jad Joubran
Math.pow
on MDN
Learn JavaScript step by step