Highlights
- Pro
Pinned Loading
-
js-interview-prep
js-interview-prep PublicA collection of JS interview questions updated every day
-
When setters and getters go bad!
When setters and getters go bad! 1class Car {
2constructor(make, model) {
3this.make = make;
4this.model = model;
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.