Which of the following are examples of computer programs?
Microsoft Excel
Google Chrome
Windows Operating System
Minecraft
JavaScript is an interpreted a compiled( an interpreted, a compiled ) language.
A statement is a single instruction to the computer and is often ended with a semi-colon.
Which command serves as a good debugging tool by printing something to the JavaScript console?
prompt()
alert()
console.log()
Proper indentation and whitespace are necessary for JavaScript to be read correctly by the browser.