{"id":18646951,"url":"https://github.com/ozantekin/javascript-questions","last_synced_at":"2025-04-23T18:23:03.286Z","repository":{"id":45781752,"uuid":"466710349","full_name":"ozantekin/javascript-questions","owner":"ozantekin","description":"This repository features 10 JavaScript questions, complete with study notes and exercise video links for each.","archived":false,"fork":false,"pushed_at":"2024-08-02T05:23:51.000Z","size":38,"stargazers_count":72,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-15T05:02:36.162Z","etag":null,"topics":["javascript"],"latest_commit_sha":null,"homepage":"https://youtube.com/playlist?list=PL4MimQX-iTOKiydxkbr_Wr_rfjWLsXx3i","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ozantekin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ozantekin"}},"created_at":"2022-03-06T10:58:24.000Z","updated_at":"2025-01-26T06:11:20.000Z","dependencies_parsed_at":"2024-11-07T06:26:46.715Z","dependency_job_id":"4a397801-e287-414a-ae27-2a0fd99080ac","html_url":"https://github.com/ozantekin/javascript-questions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozantekin%2Fjavascript-questions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozantekin%2Fjavascript-questions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozantekin%2Fjavascript-questions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozantekin%2Fjavascript-questions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozantekin","download_url":"https://codeload.github.com/ozantekin/javascript-questions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250488129,"owners_count":21438721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript"],"created_at":"2024-11-07T06:23:56.013Z","updated_at":"2025-04-23T18:23:03.265Z","avatar_url":"https://github.com/ozantekin.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ozantekin"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eJavaScript Question List\u003c/h1\u003e\n\u003cp\u003e\nThis is a translated version of the \u003ca href=\"https://github.com/lydiahallie/javascript-questions\"\u003eJavaScript Questions\u003c/a\u003e repository created by software engineer Lydia Hallie. It includes links to short video explanations for each question and collected resources.\n\u003c/p\u003e\n\n- :clapper: I will release video explanations for at least two questions each week on my \u003ca href=\"https://www.youtube.com/c/OzanTekin\"\u003eYouTube channel\u003c/a\u003e.\n- :pencil: I will also note summaries of the preparation work done while creating these videos.\n\n\u003chr/\u003e\n\n\u003ch3 align=\"center\"\u003e Table of Contents \u003c/h3\u003e\n\n| Question | Video Series                                      | Study Notes                                                                            | Status       |\n| :-------- | :------------------------------------------------ | :------------------------------------------------------------------------------------- | :----------- |\n| `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`   |\n| `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`   |\n| `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`   |\n| `04`      | **[What is the Output-4?](https://www.youtube.com/watch?v=YxUubV1gcvg\u0026ab_channel=OzanTekin)** | ***[What are Truthy and Falsy Values?](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/04_Cikti_Nedir)*** | `Completed`   |\n| `05`      | **[Which is Correct?](https://www.youtube.com/watch?v=ZIqVzSf3zY0\u0026ab_channel=OzanTekin)** | ***[Usage of Square Brackets](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/05_Hangisi_Dogru)*** | `Completed`   |\n| `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`   |\n| `07`      | **[What is the Output-6?](https://www.youtube.com/watch?v=uZ8X7U_BLl4\u0026ab_channel=OzanTekin)** | ***[What are new Number, double equals, and triple equals?](https://github.com/ozantekin/javascript-sorular/tree/main/Sorular/07_Cikti_Nedir)*** | `Completed`   |\n| `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`   |\n| `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`   |\n| `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`   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozantekin%2Fjavascript-questions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozantekin%2Fjavascript-questions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozantekin%2Fjavascript-questions/lists"}