What is “syntactic sugar”?
A syntax designed to make things easier to read or to express. It makes the language “sweeter” for human use
What is the typeof an ES6 class?
Function
Describe ES6 class syntax.
.Class newClass {
methodDefinition(parameters) {
}
}
What is “refactoring”?
A process of restructuring existing computer code—changing the factoring—without changing its external behavior