Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozantekin/javascript-questions

This repository features 10 JavaScript questions, complete with study notes and exercise video links for each.
https://github.com/ozantekin/javascript-questions

javascript

Last synced: 7 days ago
JSON representation

This repository features 10 JavaScript questions, complete with study notes and exercise video links for each.

Awesome Lists containing this project

README

        

JavaScript Question List



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.

- :clapper: I will release video explanations for at least two questions each week on my YouTube channel.
- :pencil: I will also note summaries of the preparation work done while creating these videos.


Table of Contents

| Question | Video Series | Study Notes | Status |
| :-------- | :------------------------------------------------ | :------------------------------------------------------------------------------------- | :----------- |
| `01` | **[What is the Output-1?](https://youtu.be/GSVvqtEa2MY)** | ***[What is Hoisting?](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/01_Cikti_Nedir)*** | `Completed` |
| `02` | **[What is the Output-2?](https://youtu.be/tBYI4-t_vcY)** | ***[Var vs Let and setTimeout Usage](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/02-Cikti_Nedir)*** | `Completed` |
| `03` | **[What is the Output-3?](https://youtu.be/x6sLesK6Tvo)** | ***[Arrow Function, Scope](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/03-Cikti_Nedir)*** | `Completed` |
| `04` | **[What is the Output-4?](https://www.youtube.com/watch?v=YxUubV1gcvg&ab_channel=OzanTekin)** | ***[What are Truthy and Falsy Values?](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/04_Cikti_Nedir)*** | `Completed` |
| `05` | **[Which is Correct?](https://www.youtube.com/watch?v=ZIqVzSf3zY0&ab_channel=OzanTekin)** | ***[Usage of Square Brackets](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/05_Hangisi_Dogru)*** | `Completed` |
| `06` | **[What is the Output-5?](https://youtu.be/YF3w553Uo-Q)** | ***[Variable Communication with Reference](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/06-Cikti_Nedir)*** | `Completed` |
| `07` | **[What is the Output-6?](https://www.youtube.com/watch?v=uZ8X7U_BLl4&ab_channel=OzanTekin)** | ***[What are new Number, double equals, and triple equals?](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/07_Cikti_Nedir)*** | `Completed` |
| `08` | **[What is the Output-7?](https://youtu.be/_MNmSIG7JA0)** | ***[What is a Class Static?](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/08_Cikti_Nedir)*** | `Completed` |
| `09` | **[What is the Output-8?](https://youtu.be/igInuHXJruE)** | ***[What is Use Strict?](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/09_Cikti_Nedir)*** | `Completed` |
| `10` | **[What is the Output-9?](https://youtu.be/J8zGz77l4NE)** | ***[What are Prototype and Constructor?](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/10-Cikti_Nedir)*** | `Completed` |