0
How can i write shorter
how can i write this without taking the squareroot of the power of a and b
1 Resposta
+ 1
Try these two in javascript:
Math.sqrt(9);
Math.pow(7, 3)
how can i write this without taking the squareroot of the power of a and b