From e198673bbdf408a05700df6795f4b3def23b4a1d Mon Sep 17 00:00:00 2001 From: shotozuro Date: Wed, 3 Oct 2018 09:30:30 +0700 Subject: [PATCH 1/2] add my name to contributor list --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 89efd15..75a1d3f 100644 --- a/README.md +++ b/README.md @@ -382,6 +382,11 @@ Start adding your names here: - :heart: for tech and passionate about how it influences our everyday lives - [![github-alt][github-img]](https://github.com/utsha1510) +### Sho Tozuro +- Frontend Developer +- :heart: javascript enthusiast +- [![github-alt][github-img]](https://github.com/shotozuro) + ### Example Profile - I'm an example that you can copy, if you want :) - I work for... From 007cfd4683f177fde9f324a169281802e7a98c96 Mon Sep 17 00:00:00 2001 From: shotozuro Date: Wed, 3 Oct 2018 09:32:42 +0700 Subject: [PATCH 2/2] add hello script written in JS --- code/say_hello.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 code/say_hello.js diff --git a/code/say_hello.js b/code/say_hello.js new file mode 100644 index 0000000..1d29621 --- /dev/null +++ b/code/say_hello.js @@ -0,0 +1,2 @@ +console.log("Hello everybody!") +