Skip to content

Commit 5bc82c6

Browse files
committed
testing git
1 parent abe8c86 commit 5bc82c6

File tree

12 files changed

+3769
-1
lines changed

12 files changed

+3769
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
console.log(typeof "17");
1+
console.log(typeof 17);
22
console.log(typeof "3.2");
33

44
console.log(typeof 'This is a string');
55
console.log(typeof "And so is this");
6+
// Hello testing git

data-and-variables/chapter-examples/node_modules/.package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-and-variables/chapter-examples/node_modules/readline-sync/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-and-variables/chapter-examples/node_modules/readline-sync/README-Deprecated.md

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)