JavaScript: JavaScript Programming, In 8 Hours, For Beginners, Learn Coding Fast: JavaScript Language, Crash Course Textbook & Exercises by Ray Yao
English | March 19, 2022 | ISBN: N/A | ASIN: B09W1SVQYV | 202 pages | EPUB | 0.39 Mb
English | March 19, 2022 | ISBN: N/A | ASIN: B09W1SVQYV | 202 pages | EPUB | 0.39 Mb
This is a zero-risk investment. If you are not satisfied with this eBook, you can get back the full refund within 7 days
About This Book:
"JavaScript Programming & Exercises" is a textbook for high school, college, and university students; it covers all essential JavaScript language knowledge. You can learn complete primary skills of JavaScript programming fast and easily.
Note:
This textbook is only suitable for JavaScript programming beginners, high school, college, and university students; it is not for the experienced JavaScript programmers.
Table of Contents
Chapter 1
What is JavaScript?
Comment
Run First Program
Keywords
Variables
Data Types
Escape Sequences
Functions
Function with Arguments
Return Values
Variable Scope
Show the Texts
Undefined Variable
Rule of Variable Naming
Hands-on Project: A Simple Call
Chapter 2
Arithmetical Operators
Logical Operators
Assignment Operators
Comparison Operators
Conditional Operator
If Statement
If-else Statement
Switch Statement
For Loop
While Loop
Do-While Loop
Break Statement
Continue Statement
Hands-on Project: Number One
Chapter 3
Create an Array
Show array element values
Get the Size of Array
Join Array Elements
Reverse Element Order
Slice Elements
Sort Elements in Order
Change Elements to String
Search Specific Element (1)
Search Specific Element (2)
Add Element to Beginning
Remove First Element
Add Element to End
Remove Last Element
Hands-on Project: Reverse Order
Chapter 4
Math Methods
Greater & Less
Maximum & Minimum
Power Value
Square Root
PI & Random Value
Date & Time
Date, Month, Year, Day
Hours, Minutes, Seconds
Different Time
Set Date & Time
Timer Function
Hands-on Project: This Month…
Chapter 5
String length
Join Strings
Search a Character
Convert Character Case
Change String to Array
Extract Substring
Convert a Number to String
Convert a String to a Number
Search Specific Text (1)
Search Specific Text (2)
Unicode
Add a Link for Text
Hands-on Project: UpperCase
Chapter 6
Object Declaration
Navigate Web Page
Go to Specified Page
Open Customized Window
Close Current Window
Confirmation
Prompt to Input
Address Element by ID
Get Elements by Tag Name
Connect two Strings
Convert Number to String
From Jan, 1, 1970
Absolute Value
Print Current Window
Check Java Enabled
Screen’s Width & Height
Hands-on Project: Max & Min
Chapter 7
HTML Basic
Click Event
Load Event
KeyPress Event
Mouseover Event
MouseOut Event
Keyup Event
Focus Event
Blur Event
Reset Event
Submit Event
Hands-on Project: Mouse Out
Chapter 8
Form Basic
The Element of the form
Access the Form
Set ID for a Form
Show the Value of an Element
Input Data to Form
Show What Inputted
Reset Method
Submit Method
“Select” Selection
“Radio” Selection
“CheckBox” Selection
Submit the Form
DOM: CreateElement( )
DOM: CreateTextNode( )
DOM: set/getAttribute( )
DOM: hasChildNodes( )
Hands-on Project: Clear Anything