Skip to main content
Noble Desktop/1 min read

Video Tutorial: Introduction to JavaScript

Topics Covered

What JavaScript Does

Adds interactivity, animation, slideshows, form validation to webpages.

Client-Side vs Server-Side

Browser JS vs Node.js — different runtimes, same language.

Variables, Strings, Functions

Defining variables, performing calculations, concatenating strings, working with the DOM.

jQuery & GreenSock

When to use jQuery, when to use GSAP, when to use plain JavaScript.

Master JavaScript at Noble Desktop

Noble Desktop's JavaScript Development Certificate teaches modern JavaScript and React.

Get started with the fundamentals of client-side (front-end) JavaScript, opening up your webpages to new and exciting functionality. Then continue learning in our JavaScript for Front-End class.

View the Presentation Slides
Download Demo Files

JavaScript is an essential skill for any web developer. It’s commonly used to add interactivity to webpages, such as animation, parallax, slideshows, form validation, and much more. Traditionally it’s run in a web browser (client-side), but having grown in popularity you can now run it server-side (using Node.js for example). We’ll get you started with the fundamentals of client-side (front-end) JavaScript, opening up your webpages to new and exciting functionality!

Here are some of the topics you’ll learn about in this free class:

  • What can you do with JavaScript?
    • Examples
    • Client-side versus Server-side JavaScript
    • Overview of popular JavaScript libraries
  • Variables & Strings
    • Defining & Using
    • Performing Calculations
    • Concatenating Strings
  • Functions
  • Working with the DOM (Document Object Model)
  • Using external JavaScript files
  • jQuery
    • What is jQuery & how does it fit in?
    • How to use jQuery Plugins
  • GreenSock (GSAP)
    • What is GreenSock & how does it fit in?
    • When to use GreenSock versus jQuery or other JS libraries

This seminar is meant for people that have prior experience coding HTML and CSS.

LEARN MORE:

JavaScript & jQuery Class

JavaScript & jQuery Workbook