JavaScript I - JavaScript Fundamentals
Course Overview
This beginner JavaScript programming course introduces students to the coding in JavaScript, focusing on foundational concepts like data types, variables, loops, and functions. Students will learn to write JavaScript code within the Visual Studio Code IDE.
This course is designed for students who have some knowledge of programming. If that is not the case, I would recommend looking at our Python Course first. Javascript is used along side HTML / CSS. It is recommended that you go through the the Web Development I course if you haven't.
Course Objectives
- Gain foundational knowledge of JavaScript concepts including variables, conditionals, loops, and data structures.
- Develop proficiency in JavaScript by learning syntax and writing code.
- Become comfortable with using JavaScript in a code editor like Visual Studio Code.
- Apply problem-solving skills to tackle programming challenges.
- Understand and implement best practices in code readability and version control.
- Demonstrate knowledge with a text-based math game.