Skip to content
Open

Done #10

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
Empty file modified .editorconfig
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .learn
100644 → 100755
Empty file.
Empty file modified CONTRIBUTING.md
100644 → 100755
Empty file.
Empty file modified LICENSE.md
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified index.html
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
var greeting = "";
var greeting = "Hello, everybody!";

var specialGuest = "Neil deGrasse Tyson"

var greetSpecialGuest = "" + specialGuest + "!";
var greetSpecialGuest = "Hello, " + specialGuest + "!"

var topic = "space";
var topic = "Let'\s talk about";

var conversation = `${topic}`;
var conversation = topic +" "+ topic +".";
Empty file modified package.json
100644 → 100755
Empty file.
Empty file modified test/index-test.js
100644 → 100755
Empty file.
Empty file modified test/mocha.opts
100644 → 100755
Empty file.
Empty file modified test/root.js
100644 → 100755
Empty file.