diff --git a/README.md b/README.md index f2054bb..91ae128 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU - Reactjs. - [![github-alt][github-img]](https://github.com/goelaakash79) +### Adeonir Kohl +- UI Designer, Frontend Developer +- [![twitter-alt][twitter-img]](https://twitter.com/adeonir) + [![github-alt][github-img]](https://github.com/adeonir) + ### Aditya Choudhary - Software Engineer in India - [![twitter-alt][twitter-img]](https://twitter.com/webmasteradi) diff --git a/code/hello.js b/code/hello.js new file mode 100644 index 0000000..52bc3e3 --- /dev/null +++ b/code/hello.js @@ -0,0 +1,5 @@ +const hello = name => { + console.log(`Hello, ${name}`) +} + +hello('World!') \ No newline at end of file