0
How do you set up the name of what your act is in javascript??? Pls help, im new and have no idea
4 Respuestas
+ 1
What do you mean by 'act'? If you are referring to function, it is simply
function randomName() {
// code
}
+ 1
alert("Hello") ;
0
I mean like a alert box, how would you set it up to make the alert box when you run it
0
OK thanks