IDE- Integrated Development Environment (Programming we are programming in)
Variable- A name we can reference
Parentheses- Brackets
Function & Methods- A set of instructions to start another instruction, methods are similar but belong to a class
Class- Stores blueprints for our programming instruction
Instant- Creating a thing
Data Type- e.g Boolean, string, integer
Loop- Repeated instructions
Complier- When code is wrote, compiler changes it for the computer to understand when you click enter
Conditional Statement- To do something if its true and something else if false
OOP- Object Orientated Programming
Camel Case- The idea of how we name all the objects e.g myVar – My First Function