|
|
@ -364,7 +364,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>
|
|
|
|