{"id":21168206,"url":"https://github.com/ajaykumar-b-s/learn-javascript","last_synced_at":"2026-03-27T02:13:18.038Z","repository":{"id":256745502,"uuid":"847185186","full_name":"AJAYKUMAR-B-S/Learn-Javascript","owner":"AJAYKUMAR-B-S","description":"👋 The Complete JavaScript Course 2024 includes covered topics, theory explanations with solutions, and detailed personal notes from learning sessions.","archived":false,"fork":false,"pushed_at":"2025-06-24T18:24:19.000Z","size":34425,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T19:35:26.898Z","etag":null,"topics":["boolean","datatypes","string","switch-case","ternary-operator","variables"],"latest_commit_sha":null,"homepage":"","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/AJAYKUMAR-B-S.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2024-08-25T05:09:58.000Z","updated_at":"2025-06-24T18:24:23.000Z","dependencies_parsed_at":"2025-04-15T18:20:22.269Z","dependency_job_id":"a08d69aa-d2d3-4f6d-b15c-e9db24964f17","html_url":"https://github.com/AJAYKUMAR-B-S/Learn-Javascript","commit_stats":null,"previous_names":["ajaykumar-b-s/learn-javascript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AJAYKUMAR-B-S/Learn-Javascript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AJAYKUMAR-B-S%2FLearn-Javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AJAYKUMAR-B-S%2FLearn-Javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AJAYKUMAR-B-S%2FLearn-Javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AJAYKUMAR-B-S%2FLearn-Javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AJAYKUMAR-B-S","download_url":"https://codeload.github.com/AJAYKUMAR-B-S/Learn-Javascript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AJAYKUMAR-B-S%2FLearn-Javascript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31009670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T01:56:05.093Z","status":"online","status_checked_at":"2026-03-27T02:00:08.055Z","response_time":164,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["boolean","datatypes","string","switch-case","ternary-operator","variables"],"created_at":"2024-11-20T15:08:46.456Z","updated_at":"2026-03-27T02:13:18.031Z","avatar_url":"https://github.com/AJAYKUMAR-B-S.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **The Complete JavaScript Course 👨‍💻**\n\n### 👋 Welcome to my ***Complete JavaScript Course repository!*** This repo is inspired by ***\"[The Complete JavaScript Course 2024: From Zero to Expert!\"](https://www.udemy.com/course/the-complete-javascript-course/)*** by ***[Jonas Schmedtmann](https://x.com/jonasschmedtman)***. It includes thorough content coverage, clear theory explanations with solutions, hands-on code examples, and my detailed personal notes to enhance learning.\n\n ##  📂 **Contents** ✍️\n ## 📚 [Section-01_Welcome](./Section-01_Welcome)\n- ---\n## 📚 [Section-02_Javascript_Fundamental_Part_01](./Section-02-Javascript_Fundamental_Part_01)\n\n ➡️  ***Topics Covered: -***\n - Introduction to `Javascript`\n - Linking a Javascript File\n - Values and `Variables`\n - `Datatypes`\n - `Var`, `let`, `const`\n - Operators\n   - `Arithmetic` Operator\n   - `Assignment` Operator\n   - `Comparison` Operator\n   - `Logical` Operator\n - Operator Precedence\n - `String` and `Template Literals`\n - if-else Statement\n - `Type Conversion` and `Coercion`\n - `Truthy` and `Falsy` Values\n - `==` vs `===`\n - Boolean Logic\n   - `AND`\n   - `OR`\n   - `NOT`\n- `Switch` Statement\n- `Ternary` Operator\n\n➡️ ***Code: -***\n  - 👨‍💻 [Code_Link](./Section-02-Javascript_Fundamental_Part_01/Code)\n\n➡️ ***Topics_Covered_Solution: -***\n - 📘 [Topics_Covered_Solution_link](Section-02-Javascript_Fundamental_Part_01/Theory/Topics_Covered_Solution.md)\n\n➡️ ***Detailed Notes of My Own: -***\n- 📘 [Link to Javascript_Fundamental_Part_01_PDF_notes](./Section-02-Javascript_Fundamental_Part_01/Theory/Improved_Javscript_Fundamentals–_Part_1_Notes.pdf)\n- ---\n\n## 📚 [Section-03_Javascript_Fundamental_Part_02](./Section-03-Javascript_Fundamental_Part_02/Code)\n\n➡️  ***Topics Covered: -***\n\n- `Strict Mode`\n- `Functions`\n- `Function Declaration` vs `Function Expressions`\n- `Arrow Functions`\n- `Function Calling other Functions`\n- Reviewing `Functions`\n- Introduction to `Arrays`\n- Basic `Array Operations(Methods)`\n- Introduction to `Objects`\n- `Dot` vs `Bracket Notations`\n- `Object Methods`\n- `for Loop`\n- `Looping Arrays`, `Continue`, and `Break`\n- `Looping Backwards` and `Nested Loops`\n- `While Loop`\n  \n➡️ ***Code: -***\n  - 👨‍💻 [Code_Link](./Section-03-Javascript_Fundamental_Part_02/Code)\n- ---\n## 📚 [Section-04-How to Navigate This Course](./Section-04-How_to_Navigate_This_Course)\n- ---\n## 📚 [Section-5_Developer_Skills_\u0026_Editor_Setup](./Section-5_Developer_Skills_\u0026_Editor_Setupp)\n__\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaykumar-b-s%2Flearn-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajaykumar-b-s%2Flearn-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaykumar-b-s%2Flearn-javascript/lists"}