What is “syntactic sugar”?
designed to make things easier to express more clearly and concisely.
What is the typeof an ES6 class?
function
Describe ES6 class syntax.
class Name {
}What is “refactoring”?
restructuring existing computer code—changing the factoring—without changing its external behavior.