Would a function called from within another complete itself before the caller function continued to its next line?
This doesn't seem to be true with timeouts, but does with loops (& its hard to tell, otherwise, because of the speed).
In general, though, I'd like to know if this would be the case.
This doesn't seem to be true with timeouts, but does with loops (& its hard to tell, otherwise, because of the speed).
In general, though, I'd like to know if this would be the case.
Comment