{"id":23174180,"url":"https://github.com/jamezmca/javascript-for-beginners","last_synced_at":"2025-08-29T02:41:23.851Z","repository":{"id":256495181,"uuid":"852545448","full_name":"jamezmca/javascript-for-beginners","owner":"jamezmca","description":"Get started programming in JavaScript 🔥","archived":false,"fork":false,"pushed_at":"2024-09-11T00:25:26.000Z","size":10,"stargazers_count":32,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T01:51:14.613Z","etag":null,"topics":["javascript","javascript-beginner-course","javascript-for-beginners","javascript-fundamentals","learn-javascript","learn-to-code"],"latest_commit_sha":null,"homepage":"https://youtu.be/-ihpNX0EODc","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/jamezmca.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}},"created_at":"2024-09-05T01:53:35.000Z","updated_at":"2025-03-27T04:16:37.000Z","dependencies_parsed_at":"2024-09-11T04:40:07.289Z","dependency_job_id":"c56aabdc-5fc8-4ee1-984f-e0a08e9985c6","html_url":"https://github.com/jamezmca/javascript-for-beginners","commit_stats":null,"previous_names":["jamezmca/javascript-for-beginners"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamezmca/javascript-for-beginners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamezmca%2Fjavascript-for-beginners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamezmca%2Fjavascript-for-beginners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamezmca%2Fjavascript-for-beginners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamezmca%2Fjavascript-for-beginners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamezmca","download_url":"https://codeload.github.com/jamezmca/javascript-for-beginners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamezmca%2Fjavascript-for-beginners/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270973104,"owners_count":24678032,"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-08-18T02:00:08.743Z","response_time":89,"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":["javascript","javascript-beginner-course","javascript-for-beginners","javascript-fundamentals","learn-javascript","learn-to-code"],"created_at":"2024-12-18T05:19:31.323Z","updated_at":"2025-08-18T09:30:53.163Z","avatar_url":"https://github.com/jamezmca.png","language":"JavaScript","readme":"# JavaScript Beginner Course \n\n## Get Started with JavaScript in 2 Hours 🔥\n\nWelcome my friends to this **JavaScript For Beginners** course that I am super excited to have live on the [YouTube channel](https://www.youtube.com/smoljames)!\n\n**This beginner course is suitable for you if:**\n\n✅ You have no experience with JavaScript and want to get started  \n✅ Have dabbled with JavaScript but want to improve your foundational understanding  \n✅ Want to feel confident and comfortable coding in the JavaScript ecosystem  \n✅ Set yourself up with the skills and knowledge you need to eventually become a JavaScript master\n\nThe course is self is specifically designed to be easy and efficient, and saves you from spending 10+ hours just to learn the basics and get up and running. We achieve this by following a curriculum teaches you the 20% of material that does 80% of the leg work, so you can start coding in JavaScript as soon as possible!\n\nIf you enjoy the course, be sure to check out the full version which contains **9 hours of material, numerous practice questions and examples, and also 5 unique and exciting portfolio projects**.\n\n* [The Complete JavaScript Course](https://www.udemy.com/course/the-complete-javascript-course-zero-to-hero/?referralCode=F6229ABBDBD16EB43FA4)\n\n## How to Begin\n\nYou can get started with this course totally for free by click the YouTube link below ⬇️\n\n* [JavaScript Beginner Course | Get Started with JavaScript in 2 Hours](https://youtu.be/-ihpNX0EODc)\n\nTo complete the course, you need **not** have any experience with JavaScript. We start from the very beginnering.\n\nIt is recommend that you download the JavaScript curriculum file which can be found [here](https://github.com/jamezmca/javascript-for-beginners/blob/main/curriculum_template.js). \n\n## The JavaScript Beginner Course Curriculum\n\nAs mentioned above, this curriculum is designed to teach you all the foundational concepts and knowledge you need to start your journey to becoming a JavaScript pro.\n\n### 1.0 Introduction\n- **What is JavaScript and how does it work?**\n- **Install VSCode**\n- **Install NodeJS**\n\n### 2.0 Node Commands in Terminal\n- **Opening the Terminal**: Use (Ctrl + `) to open the terminal.\n- **Running a File**\n- **Killing a File**\n\n### 3.0 Variables\n- **Hello World**\n- **Using `console.log()`**\n- **Variables**\n- **Code Comments**\n- **Assignment by Reference**\n\n### 4.0 Data Types (Initialization / Reading / Writing)\n- **Strings**\n- **Numbers**\n- **Arrays**\n- **Objects**\n- **Null**\n- **Undefined**\n- **Booleans (true/false)**\n\n### 5.0 Recap\n\n### 6.0 Logic and Operators\n- **Operators**: `+`, `-`, `/`, `%`\n- **Logical Operators**: `||`, `\u0026\u0026`\n- **`typeof` Operator**\n\n### 7.0 Conditional Statements\n- **If-Else Statements**\n\n### 8.0 Loops\n- **While Loop**\n- **For Loop**\n- **Continue \u0026 Break Statements**\n\n### 9.0 Functions\n- **Creating a Function**\n- **Invoking a Function**\n- **Return Statement**\n- **Default Parameters**\n- **Arrow Functions**\n\nIf you enjoy the course, be sure to ⭐️ **star** the repo!\n\nCheers,\n\nJames","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamezmca%2Fjavascript-for-beginners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamezmca%2Fjavascript-for-beginners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamezmca%2Fjavascript-for-beginners/lists"}