Skip to main content
Write JavaScript code to display happy new year in status bar.
CODING:
<!DOCTYPE html>
<html>
<head>
<script>
window.status = "Developed  BY KARTIK NAGAR";
</script>
</head>
<body>
<h1>Look at The Status Bar!!</h1>
<body>
</html>

Comments