mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-21 21:02:40 +00:00
Create hello.js
This commit is contained in:
parent
942c3946f0
commit
e0c4495d6b
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