Skip to content

Commit 33c0600

Browse files
Change: console.log to alert
1 parent 00931a3 commit 33c0600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ h1 {
456456

457457
```javascript
458458
document.addEventListener('DOMContentLoaded', function() {
459-
console.log("Welcome to My First Website!");
459+
alert("Welcome to My First Website!");
460460
});
461461
```
462462

0 commit comments

Comments
 (0)