JavaScriptinPlainLanguage-ASelf-StudyMet.epub - (EPUB全文下载)
文件大小:1.07 mb。
文件格式:epub 格式。
书籍内容:
JavaScript in Plain Language
A Self-Study Method
JSON and AngularJS Prep
by
Tony de Arau
jo
Technical Instructor
New Jersey – USA
Fully updated on October 2015
ALSO BY TONY DE ARAU
JO
JavaScript Objects Functions and Arrays Explained
Small Projects to Learn JavaScript - Drawing Six 'Lucky' Numbers
AngularJS Supplement: Easy Projects on Filters and Directives
copyright © Tony de Araujo
All Rights Reserved
To my family and friends
all my readers, Amazon
and Amazon supporting staff...
Thank you so much!
This eBook works best when using the free Kindle Reading App
due to all the resources given and all the linked exercises.
You can download an Amazon Kindle Reading App from the following link:
amazon.com/gp/digital/fiona/kcp-landing-page
Table of Contents
Introduction
What you should know before reading this material
What is JavaScript
PART I: AT THE GATES OF ENLIGHTENMENT
1.1 The browser interface
1.2 Material and tools needed
1.3 Declaring a variable – an alias name for a memory location
About var
About the variable name
About the semicolon ;
Adding data to variables
Changing the value in the variable
Adding words to a variable instead of numbers
Let’s talk about strings
Which quotes to use: single
or double
?
Assigning variables to other variables
1.4 Lab work 1
Opening the Console
Declaring some variables
Inspecting the data type of a variable
What is typeof
?
Why it “undefined” and what is undefined?
1.5 Manipulating variable data
Methods and Properties
The DOT operator
The Bracket notation
An example of a method
What’s with the parentheses ( ) ?
1.6 Lab work 2
Declaring variables, assigning values, using basic properties and methods
1.7 Adding some more JavaScript operators
+, -, +=, -=, /, /=, %, *, *=
The + plus operator
Using the + plus operator to add two numbers
Using the += assignment operator
The ++ (double plus) incrementing operator
The –, -- and -= subtraction operators
The Division / or /= Operators
The Modulus % Operator
The Multiplication Operator *
1.8 Lab work 3
Part one: working with +, += , ++ and --
Part two: Working with *, /, *=, /= and %
1.9 Comparison operators and booleans
===, !==, <, >, <=, >= true, false
What is a Boolean?
1.10 Lab work 4
Practicing with ===, !==, <, >, <=, >= true, false.
1.11 Introducing console.log, alert, prompt, confirm
The console.log
alert( )
confirm() and prompt()
1.12 Logical Operators
And:
&&
Or: ||
Not: !
1.13 Lab work 5
Getting feedback from a user
PART II: ENTERING THE SECO ............
书籍插图:
以上为书籍内容预览,如需阅读全文内容请下载EPUB源文件,祝您阅读愉快。
书云 Open E-Library » JavaScriptinPlainLanguage-ASelf-StudyMet.epub - (EPUB全文下载)