{"id":24844398,"url":"https://github.com/tapascript/js-array-course","last_synced_at":"2025-10-14T16:31:05.699Z","repository":{"id":261537521,"uuid":"884591498","full_name":"tapascript/js-array-course","owner":"tapascript","description":"JavaScript Array Master Course. Learn JavaScript with fundamentals and practice.","archived":false,"fork":false,"pushed_at":"2025-03-30T14:32:15.000Z","size":82,"stargazers_count":86,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-20T11:06:04.714Z","etag":null,"topics":["arrays","data-structures","javascript","tapascript"],"latest_commit_sha":null,"homepage":"https://youtube.com/tapasadhikary","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/tapascript.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},"funding":{"github":["atapas"]}},"created_at":"2024-11-07T03:03:20.000Z","updated_at":"2025-05-20T03:28:16.000Z","dependencies_parsed_at":"2024-11-07T04:35:37.818Z","dependency_job_id":"ba1e1dc0-f73b-4ea8-87ba-646626817ad9","html_url":"https://github.com/tapascript/js-array-course","commit_stats":null,"previous_names":["tapascript/js-array-course"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tapascript/js-array-course","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fjs-array-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fjs-array-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fjs-array-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fjs-array-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tapascript","download_url":"https://codeload.github.com/tapascript/js-array-course/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fjs-array-course/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019573,"owners_count":26086752,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["arrays","data-structures","javascript","tapascript"],"created_at":"2025-01-31T09:18:19.749Z","updated_at":"2025-10-14T16:31:05.693Z","avatar_url":"https://github.com/tapascript.png","language":"JavaScript","funding_links":["https://github.com/sponsors/atapas"],"categories":[],"sub_categories":[],"readme":"# JavaScript Array Master Course 🔥\n\nWelcome to the JavaScript Array Master Course!!!\n\nThis repository contains all the source code, tasks, and course flow. The source code is in the [`index.js`](./index.js) file, and the tasks are in the [`task.md`](./task.md) file.\n\nI hope you like this effort ❤️ and show your support 🤝. \n\nYou can do the following:\n\n- Give a ⭐ to this repository.\n- [Subscribe to tapaScript English Channel.](https://youtube.com/@tapasadhikary?sub_confirmation=1)\n- [Subscribe to tapaScript Bangla Channel.](https://youtube.com/@tapascript-bangla?sub_confirmation=1)\n\nMany Thanks to all the supporters 🫶\n\n[![Stargazers repo roster for tapascript/js-array-course](https://reporoster.com/stars/tapascript/js-array-course)](https://github.com/atapas/tapascript/js-array-course)\n\n## 📹 Course Videos\nThe course is available in Bangla and English.\n\n### 🟢 Bangla Course\nAccess the course in Bangla from here: [JavaScript Array Master Course](https://www.youtube.com/watch?v=cnClUIjNvGw\u0026list=PLRFcjW6Dq28m62Ph9no5nUUU57dNGP_OJ)\n\n### 🟠 English Course\nAccess the [FULL COURSE FROM HERE](https://www.youtube.com/watch?v=t05NguKFKo0). Please follow the series `40 Days of JavaScript` on the [tapaScript English Channel](https://youtube.com/@tapasadhikary?sub_confirmation=1). Subscribe, turn the notification ON.\n\n## 📚 Course Flow\n\n-   [x] Introduction\n-   [x] What is an Array in JavaScript?\n-   [x] How to Create an Array in JavaScript?\n-   [x] How to Get Elements from an Array in JS?\n-   [x] How to Add Elements to an Array in JS?\n-   [x] How to Remove Elements from an Array in JS?\n-   [x] How to Copy and Clone an Array in JS?\n-   [x] How to Determine if a Value is an Array in JS?\n-   [x] Array Destructuring in JavaScript\n-   [x] How to Assign a Default Value to a Variable?\n-   [x] How to Skip a Value in an Array?\n-   [x] Nested Array Destructuring in JS\n-   [x] How to Use the Rest Parameter in JS?\n-   [x] How to Use the Spread Operator in JS?\n-   [x] Destructuring Use Cases in JavaScript\n    -   [x] How to Swap Values with Destructuring?\n    -   [x] How to Merge Arrays?\n-   [X] The length property\n-   [ ] JavaScript Array Methods\n    -   [X] How to Create, Remove, Update, and Access Arrays in JavaScript?\n        -   [X] The concat() array method\n        -   [X] The join() array method\n        -   [X] The fill() array method\n        -   [X] The includes() array method\n        -   [X] The indexOf() array method\n        -   [X] The reverse() array method\n        -   [X] The sort() array method\n        -   [X] The splice() array method\n        -   [X] The at() Method\n        -   [X] The copyWithin() Method\n        -   [X] The flat() Method\n    -   [X] Static Array Methods in JavaScript\n        -   [X] The Array-Like\n        -   [X] The Array.from() array method\n        -   [X] The Array.fromAsync() array method\n        -   [X] The Array.of() array method\n    -   [X] Array Iterator Methods in JavaScript\n        -   [X] The filter() array method\n        -   [X] The map() array method\n        -   [X] The flatMap() array method\n        -   [X] The reduce() array method\n        -   [X] The reduceRight() array method\n        -   [X] The some() array method\n        -   [X] The find() array method\n        -   [X] The findIndex() array method\n        -   [X] The findLast() array method\n        -   [X] The findLastIndex() array method\n        -   [X] The forEach() array method\n        -   [X] The every() array method\n        -   [X] The entries() method\n        -   [X] The values() method\n    -   [X] Immutability\n        -   [X] The toReversed() method\n        -   [X] The toSorted() method\n        -   [X] The toSpliced() method\n        -   [X] The with() method\n-   [X] Tasks and Quizzes With Interview Questions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapascript%2Fjs-array-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftapascript%2Fjs-array-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapascript%2Fjs-array-course/lists"}