mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-08-05 22:58:24 +00:00
Create hello.js
This commit is contained in:
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!')
|
Reference in New Issue
Block a user