Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Done #6887

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Done #6887

Show file tree
Hide file tree
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
7 changes: 5 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
var name = "Joe"
var name = "Susan"
var height = "74"

// Don't worry about this
module.exports = { name, height
}
}
if (name === "Susan") {
console.log("The name is correct")
}
1 change: 1 addition & 0 deletions js/other_file.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log(name)