Skip to content
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

fixed symbol #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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 .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions console.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//first pr request
console.log("hello world");
Empty file modified hello.html
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion hello.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
function hello() {
return "Hello World!";
return "Hello World";
}
//testing update
Empty file modified hello.test.js
100644 → 100755
Empty file.
5,284 changes: 5,281 additions & 3 deletions package-lock.json
100644 → 100755

Large diffs are not rendered by default.

Empty file modified package.json
100644 → 100755
Empty file.