Added sayHello and introduceYourself

pull/1899/head
Amir Walker 2 weeks ago
parent 51486ed337
commit a1fa047597

@ -0,0 +1,9 @@
function sayHello(){
console.Log("Hello");
}
function introductYourself(name){
console.Log(`Hi, my name is ${name}`)
}
Loading…
Cancel
Save