+ 1
if we write 2 or more functions in the javascript how can we call all the funtions at the same time?
3 Réponses
0
onClick="doSomething();doSomethingElse();"
you can do like this
0
you can call on function from onclick and call other functions from this function
0
or you can make a new function that calls all the other functions and call the new function.