0

How to use the hello() function

8th Feb 2022, 7:36 PM
Denzel TAKYI
Denzel TAKYI - avatar
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()"
8th Feb 2022, 8:26 PM
CGM
CGM - avatar
+ 1
D TAKYI function hello(){ console.log("Hello World"); } hello()
9th Feb 2022, 9:53 PM
BroFar
BroFar - avatar
0
Thanks😁
8th Feb 2022, 9:12 PM
Denzel TAKYI
Denzel TAKYI - avatar