Discover Classes. Earn 10% Rewards.

JavaScript Programming Bootcamp

Master the essentials of JavaScript programming and unlock the potential to create dynamic and interactive web applications with this comprehensive course. Learn the core concepts and techniques needed to harness the power of JavaScript for web development.

  • Beginner
  • 15 and older
  • $2,495
  • Earn 10% Rewards
  • Price Lock
  • Interactive Online Classroom
Book at School

Express Checkout – $2,495


Proceed to Checkout

No Booking Fees. Lowest Price Guaranteed. Earn 10% Rewards.

Give as a Gift

Start Dates (3)

  • $2,495/person
20 left
Book
Show all 25 sessions
  • Tue, Apr 08 at 6:00pm - 9:00pm
  • Thu, Apr 10 at 6:00pm - 9:00pm
  • Tue, Apr 15 at 6:00pm - 9:00pm
  • Thu, Apr 17 at 6:00pm - 9:00pm
  • Tue, Apr 22 at 6:00pm - 9:00pm
  • Thu, Apr 24 at 6:00pm - 9:00pm
  • Tue, Apr 29 at 6:00pm - 9:00pm
  • Thu, May 01 at 6:00pm - 9:00pm
  • Tue, May 06 at 6:00pm - 9:00pm
  • Thu, May 08 at 6:00pm - 9:00pm
  • Tue, May 13 at 6:00pm - 9:00pm
  • Thu, May 15 at 6:00pm - 9:00pm
  • Tue, May 20 at 6:00pm - 9:00pm
  • Thu, May 22 at 6:00pm - 9:00pm
  • Tue, May 27 at 6:00pm - 9:00pm
  • Thu, May 29 at 6:00pm - 9:00pm
  • Tue, Jun 03 at 6:00pm - 9:00pm
  • Thu, Jun 05 at 6:00pm - 9:00pm
  • Tue, Jun 10 at 6:00pm - 9:00pm
  • Thu, Jun 12 at 6:00pm - 9:00pm
  • Tue, Jun 17 at 6:00pm - 9:00pm
  • Tue, Jun 24 at 6:00pm - 9:00pm
  • Thu, Jun 26 at 6:00pm - 9:00pm
  • Tue, Jul 01 at 6:00pm - 9:00pm
  • Tue, Jul 08 at 6:00pm - 9:00pm
20 left
Book
Show all 20 sessions
  • Mon, May 05 at 10:00am - 5:00pm
  • Tue, May 06 at 10:00am - 5:00pm
  • Wed, May 07 at 10:00am - 5:00pm
  • Thu, May 08 at 10:00am - 5:00pm
  • Mon, May 12 at 10:00am - 5:00pm
  • Tue, May 13 at 10:00am - 5:00pm
  • Wed, May 14 at 10:00am - 5:00pm
  • Thu, May 15 at 10:00am - 5:00pm
  • Fri, May 16 at 10:00am - 5:00pm
  • Mon, May 19 at 10:00am - 5:00pm
  • Tue, May 20 at 10:00am - 5:00pm
  • Wed, May 21 at 10:00am - 5:00pm
  • Thu, May 22 at 10:00am - 5:00pm
  • Tue, May 27 at 10:00am - 5:00pm
  • Wed, May 28 at 10:00am - 5:00pm
  • Thu, May 29 at 10:00am - 5:00pm
  • Mon, Jun 02 at 10:00am - 5:00pm
  • Tue, Jun 03 at 10:00am - 5:00pm
  • Wed, Jun 04 at 10:00am - 5:00pm
  • Thu, Jun 05 at 10:00am - 5:00pm
20 left
Book
Show all 20 sessions
  • Mon, Aug 04 at 10:00am - 5:00pm
  • Tue, Aug 05 at 10:00am - 5:00pm
  • Wed, Aug 06 at 10:00am - 5:00pm
  • Thu, Aug 07 at 10:00am - 5:00pm
  • Mon, Aug 11 at 10:00am - 5:00pm
  • Tue, Aug 12 at 10:00am - 5:00pm
  • Wed, Aug 13 at 10:00am - 5:00pm
  • Thu, Aug 14 at 10:00am - 5:00pm
  • Mon, Aug 18 at 10:00am - 5:00pm
  • Tue, Aug 19 at 10:00am - 5:00pm
  • Wed, Aug 20 at 10:00am - 5:00pm
  • Thu, Aug 21 at 10:00am - 5:00pm
  • Mon, Aug 25 at 10:00am - 5:00pm
  • Tue, Aug 26 at 10:00am - 5:00pm
  • Wed, Aug 27 at 10:00am - 5:00pm
  • Thu, Aug 28 at 10:00am - 5:00pm
  • Tue, Sep 02 at 10:00am - 5:00pm
  • Wed, Sep 03 at 10:00am - 5:00pm
  • Thu, Sep 04 at 10:00am - 5:00pm
  • Fri, Sep 05 at 10:00am - 5:00pm
Showing 13 of 3

Class Description

Description

What you'll learn in this web development course:

Learn the essentials of JavaScript programming to start creating web applications. You’ll learn variables, functions, data types, asynchronous JavaScript, and more.

Don’t just copy and paste code without understanding what it does, learn how JavaScript works and how to code it properly (using its newer syntax and procedures) as it applies to web app development.

Modern web applications must be optimized to transfer large amounts of fast moving data. How do we do this with JavaScript? In this course, you’ll learn the foundational and important concepts of JavaScript web programming.

Prerequisite
Students should feel comfortable coding HTML and basic CSS. You should have knowledge equivalent to our Web Development Level 1 class.


Learn more about JavaScript Programming Bootcamp at Practical Programming.

Remote Learning

This course is available for "remote" learning and will be available to anyone with access to an internet device with a microphone (this includes most models of computers, tablets). Classes will take place with a "Live" instructor at the date/times listed below.

Upon registration, the instructor will send along additional information about how to log-on and participate in the class.

Also available in-person in NYC

Syllabus

Variables

  • Strings, numbers, booleans; var vs let
  • NaN, Number() method, null, error messages
  • Nested quotes string concatenation / Interpolation
  • Math object, math operators, random numbers

Conditional Logic

  • If / else if / else; block scoped variables
  • Nested logic; truthy / falsey values
  • Ternary expressions; switch-case-break
  • Date-Object; the “new” keyword

Functions and the DOM (Document Object Model)

  • Function parameters / arguments; return values
  • DOM (Document Object Model) events
  • DOM Project: Log In form
  • DOM Project: Restaurant Bill Calculator form
  • DOM Project: Signup form
  • Hoisting; function expressions; anonymous functions
  • DOM Project: Apartment Rent Estimator form
  • Keyboard events; setting CSS with JS
  • DOM Project: Mystery Number Guessing Game

Arrays and Objects

  • Arrays: item index; nested arrays
  • Objects: the “const” keyword; properties; nested objects
  • Array Methods: push(), pop(), sort(), splice(), et al
  • String methods: replace(), includes(), charAt(), et al

Loops

  • For Loops; iterating (looping) arrays
  • Looping Arrays of Objects
  • While / Do While Loops, Nested Loops
  • DOM Project: Making deck of cards & dealing hand
  • Passing arrays to functions
  • Classic Coding Interview Questions / Challenges

Creating DOM Elements Dynamically

  • Creating elements: createElement(), appendChild()
  • DOM Project: Chinese Zodiac Animals; Audio()
  • DOM Project: Password Generator
  • DOM Project: Lottery Ticket Generator
  • Dynamically adding properties to Arrays of objects
  • DOM Project: Sort Movies by Title, Year and Duration

Array Callbacks & Arrow Functions

  • Callbacks: Functions that take functions as arguments
  • Array Callback Methods: map(), filter(); method chaining
  • Arrow => Functions
  • forEach() method, instead of a for loop
  • reduce() method

Timer for Calling Functions and Animation

  • setInterval() runs a callback function repeatedly on a delay
  • setTimeout() runs a callback function once only on a delay
  • DOM Project: Update Digital Clock every Second
  • DOM Project: Coffee Site with Animated “Clock-Guy” Hands
  • DOM Project: Deal Hands of Poker & Blackjack on Timer

Asynchronous Events & APIs

  • Synchronous vs Asynchronous Events
  • JSON (JavaScript Object Notation); parse & stringify
  • DOM Project: Lyric Search API; Promises
  • DOM Project: Cryptocurrency Prices API; Async-Await
  • Adding a Search Box to Website to Filter API Request

OOP (Object Oriented Programming)

  • Function Objects; Prototype
  • “Class” keyword; constructor() method; private vs public
  • DOM Project: OOP Memory Game, Pt 1
  • DOM Project: OOP Memory Game, Pt 2
  • Modules: Exporting and Importing Classes

Refund Policy

To reschedule or cancel, email us at [email protected]

All courses include a non-refundable registration fee (10% of the undiscounted course price).

  • Students may cancel up to 11 business days before the class/program start date and receive a refund, less the registration fee.
  • Cancellations within 11 business days are not permitted; however, students may reschedule up to 4 business days before the class start date.

Note: Any refunds must be requested within 180 days from the original payment date; courses rescheduled within 11 business days of the start date are not eligible for refunds.

Reviews of Classes at Practical Programming (330)

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Similar Classes

Practical Programming

Practical Programming classes and workshops for everyone who wants to learn how to code from scratch or practice Python. You will learn how to start using Python, problem solving with algorithms and make dynamic web applications.

No coding experience needed, anyone who would like to learn how to code...

Read more about Practical Programming

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified Online educator.

Practical Programming

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...