Update readMe.md

Screenshot and code-piece wasn't matching.
pull/200/head
AMIT KUMAR MISHRA 4 years ago committed by GitHub
parent 07143be3b7
commit 4e43c97aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -364,7 +364,7 @@ This is how we write an internal script most of the time. Writing the JavaScript
<body>
<button onclick="alert('Welcome to 30DaysOfJavaScript!');">Click Me</button>
<script>
console.log('Welcome to 30DaysOfJavaScript')
console.log('Hello, World!')
</script>
</body>
</html>

Loading…
Cancel
Save