| A | B |
| Basic Syntax | the basic spelling and grammar of a language |
| Object | a character or thing that can perform actions |
| String | a type of data that represents text |
| Function | an action performed by an object |
| Argument | extra info passed into a method to modify what it does |
| Property | data about or belonging to an object |
| While Loop | used to repeat actions without having to write code over and over |
| Variable | a symbol that represents data that can change as you store new data in it |
| If Statement | a statement that executes a single statement or a block of statements if a boolean expression evaluates to true |
| If/Else Statement | executes some code if a condition is true and another code if that condition is false |
| Boolean Greater/Less | Boolean expressions are used to compare two values and get a true-or-false |
| Nested If Statement | If you need to test for more than one condition, then take one of several actions, depending on the result of the tests |
| Event | an object representing something that happened |
| Conditional | checks conditions and prforms actions depending on expression |