'log()' Example
<html> <body> <button onclick="alert(Math.log(1));">Math.log(1)</button> </body> </html>