What is “syntactic sugar”?
syntax designed for easier readability
What is the typeof an ES6 class?
function
Describe ES6 class syntax.
className, constructor, methods
What is “refactoring”?
improving design/structure of existing code without changing the functionality