+ 1
Functions in javascript
Please can someone answer this for me; when a function dosen't run what does it return???
3 Respuestas
+ 2
what do you mean by "it doesn't run"?
+ 1
Prehaps, writting a checkng if a function in an if statement
+ 1
if it's not called, it returns nothing. you have to handle that condition for the desired outcome.