mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
commit
ce83e1f9fb
@ -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)
|
||||
|
5
code/hello.js
Normal file
5
code/hello.js
Normal file
@ -0,0 +1,5 @@
|
||||
const hello = name => {
|
||||
console.log(`Hello, ${name}`)
|
||||
}
|
||||
|
||||
hello('World!')
|
Loading…
Reference in New Issue
Block a user