diff --git a/app.js b/app.js index 77c0db6..292d85d 100644 --- a/app.js +++ b/app.js @@ -1,3 +1,3 @@ window.onload = () => { - //console.log('This is your first program executing!'); -} \ No newline at end of file + console.log('This is your first program executing!'); +}