| A | B |
| binary code | The browser converts the script into its equivalent machine-readable form called |
| object | An invisible entity that contains a well-defined set of capabilities. |
| token | A JavaScript condition will always consist of two |
| methods | JavaScript objects contain special functions that perform various tasks |
| alert | This method displays a dialog box that informs users that an expected event has occurred. |
| scripting language | What JavaScript is accurately called |
| interpretation | The term that programmers use to describe the line-by-line conversion process that occurs at run time. |
| syntax | The specific rules of grammar for programs |
| { brace | This indicates the beginning of a statement block. |
| compiler | A specialized software that converts human-readable form to machine-readable form. |
| <script> tag | Marks the beginning of a JavaScript section of code. |
| </script>tag | Marks the end of a JavaScript section of code. |
| if, else, return | Sample keywords that cannot be used as a variable |
| document.write | A sample method statement. |
| ("A string of text.") | A sample parameter list. |