From 05ae041e88a88760316162e3ac678f2dd64a93a1 Mon Sep 17 00:00:00 2001 From: Anto Christopher Date: Thu, 8 Aug 2024 15:53:04 +0530 Subject: [PATCH] test --- js.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js.js b/js.js index 8a43beb..ccd98d0 100644 --- a/js.js +++ b/js.js @@ -9,6 +9,8 @@ class Foo { } } +console.log("Hello, world!"); + path.join("a", "b"); fs.readFile("xx"); @@ -20,6 +22,8 @@ function foo() { return false; } +console.log("Hello, world!"); + const always_false = foo(); const very_bad_variable = ">:D"; let non_const_and_unused = 'x' && 'y'