parent
51486ed337
commit
a1fa047597
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
function sayHello(){
|
||||||
|
console.Log("Hello");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function introductYourself(name){
|
||||||
|
console.Log(`Hi, my name is ${name}`)
|
||||||
|
}
|
||||||
Loading…
Reference in new issue