| 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 |