JavaScript is the lingua franca of the web, but before you can start
using it to create dynamic websites, you need to understand how it
works. In this workshop trainer and developer Joe Chellman explores the
syntax behind the JavaScript language. You will learn to speak as
JavaScript by gaining an understanding of variables, types, objects,
arrays, operators, control structures, loops, and functions. You will
also work through a series of hands-on examples that put these ideas
into action. After completing this course, you will understand the core
syntax of JavaScript and how this scripting language works to build
powerful and complex functionality on the web.
Rapidgator.net
Table of content
-
Introduction
-
Syntax: Learning to Read and Write
-
Web Browsers for Learning JavaScript
-
How to Enable Firebug and Web Inspectors
-
Our Friend the Text Editor
-
Additional Helpful Resources
-
-
Variables and Types
-
Declaring and Assigning a Variable
-
Numbers
-
Strings
-
Booleans and the Quest for Truth
-
-
Objects, Arrays and More
-
Objects
-
Manipulating Objects
-
Objects and References
-
Arrays
-
Manipulating Arrays
-
Readability: White Space
-
Readability: Comments
-
Regular Expressions
-
-
Operators and Control Structures
-
Simple Comparisons
-
(Mostly) Arithmetic Operators
-
Logical Operators
-
Conditionals: If
-
Conditionals: Switch
-
Terse Ifs: One-Liners and Ternary Operator
-
Type Checking
-
-
Iterating with Loops
-
For Loops: Sequential
-
For Loops: Enumerative
-
While Loops
-
-
Functions
-
Basic Functions
-
Basic Uses of Functions
-
More on Arguments
-
Objects, References, and Functions
-
Functions Are Objects
-
Understanding Variable Scope
-
No comments:
Post a Comment