JavaScript is an interpreted, rather than a compiled language - that is, that it is run from top to
bottom and the results are available to the end user without the need for the developer to change
the code into another format before executing it.
True or False