Learn your way! Get started

JavaScript for Designers, Part 2: Operator & Array

with expert John Wiley & Sons


Watch trailer


Course at a glance


Release date 4/16/2015
Level Beginner
Runtime 1h 6m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams N/A


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

In this 6 part learning series you’ll learn about JavaScript. JavaScript is a web scripting language that allows you to build dynamic web pages and add interactivity to your site. The course covers very basic JavaScript techniques and terminology all designed to give you a solid grounding in JavaScript’s capabilities and concepts. It starts with the basic elements of the JavaScript language and builds up to working with JavaScript in the browser. You will learn how to alter site content, add behaviors like clicks and key presses, and commands for interacting with a web server.

Prerequisites

This course assumes very little familiarity with JavaScript. This course is part of a 6 part learning series. The courses should be taken in the following order; JavaScript for Designers: Overview & Language; JavaScript for Designers: Operators, Variables, & Arrays; JavaScript for Designers: Functions, Objects, & Methods; JavaScript for Designers: Scope, Hoist, Pitfalls, & HTML; JavaScript for Designers: DOM, jQuery, Functions, & OOP and JavaScript for Designers: Closures, Methods, & Libraries.

Meet the expert

Our Creative Design courses are presented by experts from Wiley Publishing. Wiley is a global provider of knowledge and knowledge-enabled services that improve outcomes in areas of research, professional practice, and education. They are the publisher of award-winning journals, encyclopedias, books, and online products and services.

Course outline



Operators, Variables, & Arrays

JavaScript Operators (14:57)
  • Introduction (00:10)
  • Numeric & Post Fix Operators (04:41)
  • Prefix & Assignment Operators (03:53)
  • Typeof & Delete Operators (02:40)
  • Ternary & Unary Plus Operators (03:21)
  • Summary (00:10)
Variables & Statements (16:29)
  • Introduction (00:10)
  • JavaScript Variables (03:49)
  • Declare Your Variables (03:43)
  • JavaScript Functions (03:26)
  • Declare Functions (03:26)
  • Test Individual Elements (01:43)
  • Summary (00:10)
JavaScript Arrays (21:14)
  • Introduction (00:10)
  • Declare Arrays (04:17)
  • Array Constructor Method (03:37)
  • Slice & Splice Methods (02:38)
  • Push and Pop Editing Methods (03:23)
  • For Each & For Loop Methods (02:18)
  • Map, Reduce, & Filter Methods (04:38)
  • Summary (00:10)
JavaScript Control Structures (14:10)
  • Introduction (00:10)
  • While and Do While Statements (02:54)
  • If and If Else Statements (02:47)
  • For Loop (04:21)
  • Switch Statement (03:47)
  • Summary (00:10)