From 2a5994566a5ee291a0df8b66ac320d29992e73bb Mon Sep 17 00:00:00 2001 From: Suchi-Johari <141418440+Suchi-Johari@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:14:02 +0530 Subject: [PATCH] testing JS proj --- 01-Fundamentals-Part-1/final/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/01-Fundamentals-Part-1/final/script.js b/01-Fundamentals-Part-1/final/script.js index c966226c88..2b78dc709f 100644 --- a/01-Fundamentals-Part-1/final/script.js +++ b/01-Fundamentals-Part-1/final/script.js @@ -2,6 +2,7 @@ //////////////////////////////////// // Linking a JavaScript File let js = "amazing"; +let x = 5; console.log(40 + 8 + 23 - 10); ////////////////////////////////////