fix: match console message with screenshot.

pull/138/head
Swati Singh 4 years ago
parent d0c066fcb9
commit aeb86e7928

@ -205,7 +205,7 @@ First, let us write on the head part of the page.
<head> <head>
<title>30DaysOfScript:Internal Script</title> <title>30DaysOfScript:Internal Script</title>
<script> <script>
console.log('Welcome to 30DaysOfJavaScript') console.log('Hello, World!')
</script> </script>
</head> </head>
<body></body> <body></body>
@ -223,7 +223,7 @@ This is how we write an internal script most of the time. Writing the JavaScript
<body> <body>
<button onclick="alert('Welcome to 30DaysOfJavaScript!');">Click Me</button> <button onclick="alert('Welcome to 30DaysOfJavaScript!');">Click Me</button>
<script> <script>
console.log('Welcome to 30DaysOfJavaScript') console.log('Hello, World!')
</script> </script>
</body> </body>
</html> </html>

Loading…
Cancel
Save