4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
function sayHelloworld() {
|
|
console.log("say helloworld");
|
|
}
|
function sayHelloworld() {
|
|
console.log("say helloworld");
|
|
}
|