JavaScript04, detailed explanation of array type, detailed explanation of object type, detailed explanation of branch and loop

Array type detailed
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
JavaScript tutorial
Important: 1. Create an array
2. push() pop() tail
3. 3. concat splicing

Detailed explanation of the object type. At the
Insert picture description here
end, adding a comma may not report an error. Some browsers will report an error, and the version is lower. The latest version has version compatibility issues.

All keys in JavaScript are strings, and values ​​are arbitrary objects!
Insert picture description here
Insert picture description here
Detailed explanation of branches and loops
Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_50034199/article/details/114192464