From 809cffb6c61860b6f1432c21d99c15febe9ac1c2 Mon Sep 17 00:00:00 2001 From: ayushgupta108 Date: Tue, 19 May 2026 19:05:02 +0530 Subject: [PATCH] Testing --- test.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test.js diff --git a/test.js b/test.js new file mode 100644 index 0000000..6137966 --- /dev/null +++ b/test.js @@ -0,0 +1,14 @@ +// test +// test +const abc = 123; +const xyz = 456; + +console.log(abc + xyzz); + +const def = 789; + +if (abc =- 10) { + console.log("wrong condition"); +} + +console.log(abc + xyz + def.toUpperCase()); \ No newline at end of file