up
This commit is contained in:
parent
9ad9063d00
commit
97a0f22ff0
99 changed files with 1161 additions and 1208 deletions
|
@ -0,0 +1,9 @@
|
|||
function hello(name) {
|
||||
let phrase = `Hello, ${name}!`;
|
||||
|
||||
say(phrase);
|
||||
}
|
||||
|
||||
function say(phrase) {
|
||||
alert(`** ${phrase} **`);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue