0
How to use the hello() function
3 Respuestas
+ 1
What are you talking about??
To use a function, simply call it by typing its name + () exactly as you wrote it there, "hello()"
+ 1
D TAKYI
function hello(){
console.log("Hello World");
}
hello()
0
Thanks😁