current work
This commit is contained in:
11
4/sayhello.html
Normal file
11
4/sayhello.html
Normal file
@ -0,0 +1,11 @@
|
||||
<html><body><script>
|
||||
function sayHello(name){
|
||||
return `Hello ${name}, it is good to see you.`
|
||||
}
|
||||
let a = sayHello("jon".toLocaleUpperCase())
|
||||
|
||||
console.log(a)
|
||||
// sayHello("meli")
|
||||
// sayHello("sammie")
|
||||
// sayHello("lucy")
|
||||
</script></body></html>
|
Reference in New Issue
Block a user