Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Done #277

New issue

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

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

Already on GitHub? Sign in to your account

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

Done #277

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.
6 changes: 3 additions & 3 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 conversation = `${topic}`;
var conversation = `Let\'s talk about ${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.