From 5ee27a502dca602ceb70331d5acc6cd334fe3289 Mon Sep 17 00:00:00 2001 From: SunJieMing Date: Mon, 2 Oct 2017 10:42:21 -0700 Subject: [PATCH 1/2] Added script.js --- script.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 script.js diff --git a/script.js b/script.js new file mode 100644 index 0000000..dc01d19 --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +console.log('hello world!'); \ No newline at end of file From 47d7c23b297bb4ae9b66040d813b846cf39ab15f Mon Sep 17 00:00:00 2001 From: SunJieMing Date: Mon, 8 Jan 2018 14:02:20 -0800 Subject: [PATCH 2/2] My first commit --- script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index dc01d19..03a2edd 100644 --- a/script.js +++ b/script.js @@ -1 +1,2 @@ -console.log('hello world!'); \ No newline at end of file +console.log('hello world!'); +// hi there!