From aaee273b309049ec6671d6b565c19c1f63495b8e Mon Sep 17 00:00:00 2001 From: BShrinivas18 <136675714+BShrinivas18@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:31:48 +0530 Subject: [PATCH] Update app.js --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!'); +}