Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions js.js
Original file line numberDiff line numberDiff line change
Expand Up@@ -75,6 +75,8 @@ class Foo {
}
}

console.log("Hello, world!");

path.join("a", "b");
fs.readFile("xx");

Expand All@@ -86,6 +88,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'
Expand Down