Javascript Design Patterns Flashcards
1
Q
Explain the mutability of objects in Javascript.
A
- Attributes can be assigned to functions
- Classes can be modified after they are defined
- Objects can be modified after instantiation
2
Q
A
3
Q
A