0
Why its show that it's not defined?! var a = pow(2,2); document.write(a)
2 Answers
0
have you created a pow() function?
if not and you want to use a standard one, then try Math.pow()
and try to avoid document.write in future
0
Oh yeah I forget Math.pow awww thnx :)