JavaScript Tutorial 2019

Go to class
Write Review

Free Online Course: JavaScript Tutorial 2019 provided by Skillshare is a comprehensive online course, which lasts for 8 hours worth of material. The course is taught in English and is free of charge. JavaScript Tutorial 2019 is taught by Bukie Roberts.

Overview
  • JavaScript is one of the top language to learn these days. This class gives a comprehensive way to learn JavaScript.

    You can learn all the important topics to code in JavaScript like Statements, Variables, Different Types of Variables, Using Parameters with Functions, Global & Local Variables, conditional statements, loops, Mouse activities, Object oriented programming, arrays, simple form validation and lot of other stuff which fun to learn

Syllabus
    • 1 Course Overview & Introduction
    • 2 Comments and Statements
    • 3 Variables
    • 4 Different Types of Variables
    • 5 Using Variables with Strings
    • 6 Functions
    • 7 Using Parameters with Functions
    • 8 Functions with Multiple Parameters
    • 9 The return Statement
    • 10 Calling a Function From Another Function
    • 11 Global & Local Variables
    • 12 Math Operators
    • 13 Assignment Operators
    • 14 if Statement
    • 15 if else Statement
    • 16 Nesting and Fridays!
    • 17 Complex Conditions
    • 18 switch
    • 19 for Loop
    • 20 while Loop
    • 21 do while
    • 22 Event Handlers
    • 23 onMouseOver & onLoad
    • 24 Objects
    • 25 Creating Our Own Objects
    • 26 Object Initializers
    • 27 Adding Methods to Our Objects
    • 28 Arrays
    • 29 Other Ways to Create Arrays
    • 30 Array Properties and Methods
    • 31 join and pop
    • 32 reverse, push, sort
    • 33 Add Array Elements Using a Loop
    • 34 Cool Technique to Print Array Elements
    • 35 Associative Arrays
    • 36 Math Objects
    • 37 Date Objects
    • 38 Accessing Forms
    • 39 Accessing Form Elements
    • 40 Other features to learn
    • 41 Simple Form Validation