JavaScript pow() Method - W3Schools Online Web Tutorials
Well organized and easy to understand Web bulding tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML. ... var a = Math.pow(0, 1); var b = Math.pow(1, 1); var c = Math.pow(1, 10); var d = Math.pow(3, 3); var e = Math.pow...