es6-classes Flashcards
1
Q
What is “syntactic sugar”?
A
syntax designed for easier readability
2
Q
What is the typeof an ES6 class?
A
function
3
Q
Describe ES6 class syntax.
A
className, constructor, methods
4
Q
What is “refactoring”?
A
improving design/structure of existing code without changing the functionality