This is a translated version of the JavaScript Questions repository created by software engineer Lydia Hallie. It includes links to short video explanations for each question and collected resources.
- 🎬 I will release video explanations for at least two questions each week on my YouTube channel.
- 📝 I will also note summaries of the preparation work done while creating these videos.
Question | Video Series | Study Notes | Status |
---|---|---|---|
01 |
What is the Output-1? | What is Hoisting? | Completed |
02 |
What is the Output-2? | Var vs Let and setTimeout Usage | Completed |
03 |
What is the Output-3? | Arrow Function, Scope | Completed |
04 |
What is the Output-4? | What are Truthy and Falsy Values? | Completed |
05 |
Which is Correct? | Usage of Square Brackets | Completed |
06 |
What is the Output-5? | Variable Communication with Reference | Completed |
07 |
What is the Output-6? | What are new Number, double equals, and triple equals? | Completed |
08 |
What is the Output-7? | What is a Class Static? | Completed |
09 |
What is the Output-8? | What is Use Strict? | Completed |
10 |
What is the Output-9? | What are Prototype and Constructor? | Completed |