First experience with JavaScript: What can js do? What can't be done?
03 minutes35 secondsJavaScript statements and comments: Where are statements written? How many types of comments are there?
04 minutes38 secondsIdentifier/literal/variable naming convention: Give your buddy a nice name
03 minutes33 secondsData types in JavaScript: Operations can only be performed if the type is determined
08 minutes35 secondsHow to convert other types to data type: a very practical function
03 minutes35 secondsJavaScript operators: Give you a handy weapon
04 minutes14 secondsCharacter methods in JavaScript: you’ve been using them before you know it
05 minutes09 secondsArray methods in JavaScript: suffocatingly powerful
04 minutes46 secondsJavaScript functions and function expressions: repeatable code
03 minutes26 secondsVariable scope: The first level of the official university can crush people to death
02 minutes58 secondsA little secret about JavaScript objects: I just took a peek and said nothing
02 minutes54 secondsCreation and viewing of objects: the three most common methods of panoramic presentation
08 minutes43 secondsConditional judgment: there is always some code that exists but does not need to be executed
08 minutes35 secondsswitch structure: a powerful tool for multi-branch judgment
04 minutes10 secondswhile and do~while loops: repeated execution is the computer’s strength
04 minutes16 secondsfor loop: be a simple and elegant handsome man
03 minutes20 secondsfor-in loop: a tool for traversing objects and arrays
06 minutes27 secondsDOM tree: an important basis for important elements in js operations
01 minutes40 secondsonload and onclick events: warm up first
03 minutes47 secondsYou have to find me first: Four common ways to select page elements
08 minutes56 secondsCommon attributes of nodes: type, name and value
05 minutes32 secondsThe relationship between nodes: father, son, brother, elder and younger are in order
07 minutes35 secondsAdd, delete, modify and check attribute nodes: the most effective way to control elements
06 minutes42 secondsChild node type judgment and operation: not all nodes are what I love
06 minutes26 secondsAdd, delete, modify and query element nodes: treat DOM as a database to operate
04 minutes29 secondsA quick introduction to events: Understand its past and present life in 2 minutes
03 minutes07 secondsThree ways to bind events to objects: Events exist as properties and methods of the object
09 minutes28 secondsEvent bubbling and interception: bottom-up automatic triggering of parent similar events
07 minutes50 seconds