Course curriculum

  • 1
    Course Overview
    01:35
  • 2
  • 3
  • 4
    Programming Fundamentals
    43:08
    • Introduction
    • Conditional Operators : if.. and if...else
    • Logical Operators : || (or) and && (and)
    • Switch Statement
    • Re-write program using if and else if statements
    • Loops : for and while
    • Functions
    • Function Expressions and Arrow Functions
  • 5
    Callbacks and Promises
    18:46
    • Callback Functions
    • Promises
  • 6
    jQuery Introduction
    05:40
    • Resources
    • Introduction
    • Adding jQuery to your webpage
  • 7
    jQuery Events
    08:40
    • Introduction
    • ready() and click() events
    • mouseenter(), mouseleave() and hover() events
  • 8
    jQuery DOM Manipualtion
    14:00
    • Introduction
    • Get and Set Content
    • Get and Set Attribute Value
    • Add and Remove HTML elements
    • Applying Styles
  • 9
    Project : Create Dynamic Table
    00:00
    • Introduction
    • data.json
    • Setup your project
    • Create a web-page with a navigation bar
    • Make navigation menu clickable
    • Read data from web
    • Create HTML table. get the header working first
    • Add data to table and highlight row on on hover
    • Add click events to data cells
  • 10
    Itroduction to RequireJs
    07:29
    • Introduction to RequireJS