0

Why its show that it's not defined?! var a = pow(2,2); document.write(a)

5th Aug 2016, 2:48 PM
DK-deadAnzle
DK-deadAnzle - avatar
2 Antworten
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
5th Aug 2016, 5:23 PM
Alex Sweetheart
Alex Sweetheart - avatar
0
Oh yeah I forget Math.pow awww thnx :)
24th Aug 2016, 4:56 PM
DK-deadAnzle
DK-deadAnzle - avatar