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