Why do some programmers begin by creating empty functions?

(1 point)
Responses

It can make the code better organized.

It can make the code better organized.

JavaScript requires it.

JavaScript requires it.

It helps link the HTML and the JavaScript.

It helps link the HTML and the JavaScript.

It makes it easier to debug after the function is written.

It makes it easier to debug after the function is written.

It allows for the overall structure of the program to be planned out before diving into the implementation details.