Discussion :: Javascript - CS
- Why shouldn’t JavaScript functions not be too long?
Answer : Option D
Explanation :
The client-side JavaScript functions must not run too long: otherwise they will tie up the event loop and the web browser will become unresponsive to user input.
Be The First To Comment