Skip to content

Commit e526922

Browse files
committed
Uncommented the console.log in app.js
1 parent aaaad33 commit e526922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
window.onload = () => {
2-
//console.log('This is your first program executing!');
2+
console.log('This is your first program executing!');
33
}

0 commit comments

Comments
 (0)