What is “syntactic sugar”?
syntax that makes code easier to read/express.
What is the typeof an ES6 class?
object
Describe ES6 class syntax.
What is “refactoring”?
when you rewrite code (usually to make it look cleaner) but it’s functionality stays the same