sumn2u / learn-javascript

A book that teaches JavaScript 📗💻📖
https://javascript.sumankunwar.com.np
Apache License 2.0
922 stars 147 forks source link

Enhancement of interview questions (ES6 classes) #216

Closed deyantomov closed 4 months ago

deyantomov commented 4 months ago

I want to update the intermediate level interview questions with a section about ES6 classes with the following questions:

1. What are JavaScript classes?
2. Class members (fields and methods) and class properties (getters and setters)
4. Explain constructor functions
5. Static members vs Instance members
6. Member visibility
sumn2u commented 4 months ago

I want to update the intermediate level interview questions with a section about ES6 classes with the following questions:

1. What are JavaScript classes?
2. Class members (fields and methods) and class properties (getters and setters)
4. Explain constructor functions
5. Static members vs Instance members
6. Member visibility

@deyantomov These topics are helpful. We would love to see your contributions.