Intro to JavaScript

Chapter

  • 1

    Chapter 1

    Learn what JavaScript is and why you would use it.

    Estimated time: ~31 Minutes
  • 2

    Chapter 2

    Functions provide a powerful tool to organize your code and to break down a large program into smaller subprograms.

    Estimated time: ~33 Minutes
  • 3

    Chapter 3

    The basic math operators and an introduction to conditional statements.

    Estimated time: ~45 Minutes
  • 4

    Chapter 4

    Loops help you deal with repetitive tasks

    Estimated time: ~18 Minutes
  • 5

    Chapter 5

    Objects help you group related data and functions and can be extremely important for building complex programs.

    Estimated time: ~36 Minutes
  • 6

    Chapter 6

    An array is an object that is built into JavaScript. It can make dealing with a series of related data much easier.

    Estimated time: ~45 Minutes
  • Exam

    Locked

    You must complete all chapters before taking the course exam.

Concept

  • 1

    Concept 1

    This concept provides an overview of the elementary arithmetic operators.

    Estimated time: ~6 Minutes
  • 2

    Concept 2

    Learn about augmented assignment operators.

    Estimated time: ~2 Minutes
  • 3

    Concept 3

    This concept is an introduction to conditional statements.

    Estimated time: ~7 Minutes
  • 4

    Concept 4

    We build on the if statement and introduce the else statement.

    Estimated time: ~6 Minutes
  • 5

    Concept 5

    This concept is an introduction to complex conditions.

    Estimated time: ~5 Minutes
  • 6

    Concept 6

    Learn a better way to deal with complex conditions.

    Estimated time: ~7 Minutes
  • 7

    Concept 7

    Learn an alternative for writing complex conditions.

    Estimated time: ~7 Minutes
  • Test

    Chapter 3 Test

    Take the chapter 3 test and unlock the JavaScript Operators and Conditionals badge.


Concept 7: Switch Statement

Learn an alternative for writing complex conditions.

edit

You are making progress towards completing chapter 3 and unlocking the JavaScript Operators and Conditionals Badge

This badge is worth: 50 Points

For this concept you will only be watching a portion of the video: - .

Ask a Question

Send me an email when someone posts a reply

Questions & Answers

No one has said anything yet!
Start the discussion by asking a question.

Quiz Questions

Concept 7: Switch Statement