Skip to content

Commit

Permalink
Create Function-day2-JavaScript
Browse files Browse the repository at this point in the history
Day 2 of kallaway#342
  • Loading branch information
4everme authored Oct 28, 2020
1 parent 51aaac1 commit 51785d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Function-day2-JavaScript
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function day2(name){
console.log(`Hello, ${name}`);

}
day2("Sherrie");
day2("Block Chain Engineer");

0 comments on commit 51785d8

Please sign in to comment.