'log()' Example : log « Javascript Methods « JavaScript Reference

'log()' Example

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

    
      
      

Related examples in the same category

1.'log()' Syntax, Parameters and Note
2.'log()' is applied to