x
<html>
<body>
<script>
document.write(isNaN(24/7));//Output: false
document.write("<br />");
document.write(isNaN("Hello, Happy New Year"));// Output:true
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<script>
document.write(isNaN(24/7));//Output: false
document.write("<br />");
document.write(isNaN("Hello, Happy New Year"));// Output:true
</script>
</body>
</html>
© 2025 Brenko Web Designed by Echo 5 Web Design
Comments
No comments have been made yet.
Please login to leave a comment. Login now