<html> <body> <button onclick="alert(parseFloat('12.34'));">Number</button> <button onclick="alert(parseFloat('Hello'));">NaN</button> </body> </html>