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