Course 1 – Intro To JavaScript You will learn introductory level object oriented programming using ES6 JavaScript. This course sequence covers data types and structures, functions, and object-oriented programming with classical inheritance.

Though you will learn these concepts in the context of ES6 syntax, they are required knowledge for understanding object oriented programming.

Though it is not a prerequisite for most of the content in this sequence, an introductory level understanding of HTML and CSS will make the requests course a more meaningful learning experience.

In the introductory JavaScript courses, you will create JavaScript programs that apply your new programming skills to model real-world problems.

A couple of the projects include: writing the JavaScript logic for a rock paper scissors game, and authoring a script that returns a random response from a magic eight ball.

Why learn JavaScript?

JavaScript is the language of the web. You can use it to add dynamic behavior, store information, and handle requests and responses on a website. The concepts covered in these courses lay the foundation for adding this behavior.

Introduction to JavaScript – Control Flow: True and False values

2019-02-08T19:16:42-05:00

Introduction to JavaScript – Control Flow: True and False values Even non-boolean data types, like strings and numbers, can still be used like booleans to

Introduction to JavaScript – Control Flow: True and False values2019-02-08T19:16:42-05:00

Introduction to JavaScript – Control Flow: if/else Statements

2019-02-09T23:14:15-05:00

Introduction to JavaScript – Control Flow: if/else Statements The core task of programming is writing lists of instructions for computers, or translating our ideas from

Introduction to JavaScript – Control Flow: if/else Statements2019-02-09T23:14:15-05:00