Skip to content

Commit

Permalink
Say hello in javascript 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcsally committed Feb 10, 2020
1 parent 4b10f81 commit b6373ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions javascript/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function sayHello(name = 'world') {
console.log(`hello, ${name}!`);
}

sayHello()

0 comments on commit b6373ee

Please sign in to comment.