links: [[]] --- # Beginner 1. Explain the difference between `==` and `===` - `==` equals only checks value, but `===` checks both reference and value 2. Explain `this` keyword in JS 3. # Intermediate # Advanced 1. What's a closure? 2. --- tags: #javascript , #interview