Organizing Functions in JavaScript

If you have multiple functions that do different things, which one of them get executed first ? Just wondering as i reached functions level in a curriculum.
Thank you.

It depends on the order that they are called in the code. Functions don’t do anything on their own. They have to be invoked. If you have a specific example you are asking about please post it here.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.