Discover Classes. Earn 10% Rewards.

JavaScript Programming Bootcamp

Master the essentials of JavaScript programming and start building dynamic web applications. This comprehensive course covers variables, functions, data types, asynchronous JavaScript, and more to give you a solid foundation in JavaScript development. Don't miss out on this opportunity to level up your programming skills.

  • All levels
  • 18 and older
  • $2,495
  • Earn 10% Rewards
  • Price Lock
  • 185 Madison Ave, New York, NY & Virtually Online
  • 140 hours over 20 sessions
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
  • 140 hours over 20 sessions
20 left
Book
Show all 20 sessions
  • Mon, Nov 18 at 10:00am - 5:00pm
  • Tue, Nov 19 at 10:00am - 5:00pm
  • Wed, Nov 20 at 10:00am - 5:00pm
  • Thu, Nov 21 at 10:00am - 5:00pm
  • Mon, Nov 25 at 10:00am - 5:00pm
  • Tue, Nov 26 at 10:00am - 5:00pm
  • Wed, Nov 27 at 10:00am - 5:00pm
  • Mon, Dec 02 at 10:00am - 5:00pm
  • Tue, Dec 03 at 10:00am - 5:00pm
  • Wed, Dec 04 at 10:00am - 5:00pm
  • Thu, Dec 05 at 10:00am - 5:00pm
  • Fri, Dec 06 at 10:00am - 5:00pm
  • Mon, Dec 09 at 10:00am - 5:00pm
  • Tue, Dec 10 at 10:00am - 5:00pm
  • Wed, Dec 11 at 10:00am - 5:00pm
  • Thu, Dec 12 at 10:00am - 5:00pm
  • Mon, Dec 16 at 10:00am - 5:00pm
  • Tue, Dec 17 at 10:00am - 5:00pm
  • Wed, Dec 18 at 10:00am - 5:00pm
  • Thu, Dec 19 at 10:00am - 5:00pm
20 left
Book
Show all 20 sessions
  • Mon, Feb 03 at 10:00am - 5:00pm
  • Tue, Feb 04 at 10:00am - 5:00pm
  • Wed, Feb 05 at 10:00am - 5:00pm
  • Thu, Feb 06 at 10:00am - 5:00pm
  • Mon, Feb 10 at 10:00am - 5:00pm
  • Tue, Feb 11 at 10:00am - 5:00pm
  • Wed, Feb 12 at 10:00am - 5:00pm
  • Thu, Feb 13 at 10:00am - 5:00pm
  • Tue, Feb 18 at 10:00am - 5:00pm
  • Wed, Feb 19 at 10:00am - 5:00pm
  • Thu, Feb 20 at 10:00am - 5:00pm
  • Fri, Feb 21 at 10:00am - 5:00pm
  • Mon, Feb 24 at 10:00am - 5:00pm
  • Tue, Feb 25 at 10:00am - 5:00pm
  • Wed, Feb 26 at 10:00am - 5:00pm
  • Thu, Feb 27 at 10:00am - 5:00pm
  • Mon, Mar 03 at 10:00am - 5:00pm
  • Tue, Mar 04 at 10:00am - 5:00pm
  • Wed, Mar 05 at 10:00am - 5:00pm
  • Thu, Mar 06 at 10:00am - 5:00pm
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
Showing 13 of 3

Class Description

Description

What you'll learn in this javascript class:

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

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 how JavaScript works and get started with coding web applications.

This course has a prerequisite

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

What You’ll Learn at a Glance

  • Fundamentals of JavaScript programming from the ground up 
  • Variables, Conditional Logic (if-else), Arrays, Objects, and Loops 
  • Newest ES6 and ES7 features, including Arrow 
  • Functions, let and const Functions, parameters-arguments, and return values 
  • Higher Level Functions and Callbacks 
  • Array and String Methods 
  • Asynchronous JavaScript with Promises and async-await 
  • APIs (Application Programming Interfaces) 
  • Parsing and working with JSON (JavaScript Object Notation) data 
  • OOP (Object Oriented Programming) and Modules 
  • Coding Interview Challenge Prep 
  • Projects and Portfolio Development 
  • JS Libraries, including 3D in the browser with D3 and Three.js

Course Syllabus

  • Variables
  • Conditional Logic
  • Functions and the DOM (Document Object Model)
  • Arrays and Objects
  • Loops
  • Creating DOM Elements Dynamically
  • Array Callbacks & Arrow Functions
  • Timer for Calling Functions and Animation
  • Asynchronous Events & APIs
  • OOP (Object Oriented Programming)
  • JavaScript 3D Libraries

Learn more about JavaScript Programming Bootcamp at Noble Desktop.

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

JavaScript 3D Libraries

  • D3: For 3D Data Visualization, Pt 1
  • D3: For 3D Data Visualization, Pt 2
  • 3D in the browser with ThreeJS, Pt 1
  • 3D in the browser with ThreeJS, Pt 2
  • 3D in the browser with ThreeJS, Pt 3

Refund Policy

  • Students may cancel up to 14 days before the class/program start date and receive a refund, less the registration fee (10% of the undiscounted course price). 
  • Cancellations within 14 days are not permitted, but students may reschedule up to three business days before the class start date.
  • For cancellations and reschedules, please email us at [email protected]

In any event where a customer wants to cancel their enrollment and is eligible for a full refund, a 5% processing fee will be deducted from the refund amount.

Reviews of Classes at Noble Desktop (379)

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Similar Classes

Noble Desktop

Noble Desktop is a renowned educational institution that specializes in providing comprehensive training in various creative and technology-related fields. Established in 1990 and headquartered in New York City, Noble Desktop has earned a stellar reputation for its high-quality courses and innovative...

Read more about Noble Desktop

CourseHorse Approved

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

Noble Desktop

Noble Desktop

All classes at this location

We are located in New York City on 34th street and Madison Avenue, a few blocks from Penn Station, Port Authority and Times Square. You may also attend this class live online (virtual training) via Zoom. We will reach out with additional information, including the Zoom info and class files.

Also available virtually online

Reviews of Noble Desktop at coursehorse.com

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.

  • Price Lock Guarantee

    Secure your booking now and we'll match any price drop within 48 hours across all booking platforms, ensuring you never miss out on savings!

  • Earn 10% Reward Points

    Maximize your savings with every purchase. Unlock rewards on every transaction, ensuring you get the most value out of your experience!

  • No Added Fees

    Enjoy hassle-free transactions without worrying about additional charges. With us, what you see is what you pay - no surprises!

  • Curated Courses

    Discover a curated selection of courses handpicked by experts in the field. Dive into quality content that suits your learning needs and interests!

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...