亚洲国产天堂久久综合226114,亚洲va中文字幕无码毛片,亚洲av无码片vr一区二区三区,亚洲av无码乱码在线观看,午夜爽爽爽男女免费观看影院

課程目錄:JavaScript簡(jiǎn)介培訓(xùn)
4401 人關(guān)注
(78637/99817)
課程大綱:

          JavaScript簡(jiǎn)介培訓(xùn)

 

 

 

Module 1: Introduction to JavaScriptJavaScript, HTML and CSS
JavaScript overview
Your first HTML/CSS/JS page
Variables, values, functions, operators, and expressions
Simple JavaScript examples to play with
Module 2: Adding interactivity to HTMLConditional statements, loops and logical operators
Functions and callbacks
Handling events
The DOM API
Let's write a small game
Module 3: Playing with HTML5APIs Arrays and iterators
HTML5 multimedia and JavaScript API
Displaying a map with the Geolocation API
Playing sound samples and music
Module 4: Structuring dataObjects, properties and methods
Creating multiple objects
Organizing the code in separate files
Improving the game with ES6 classes
Module 5: Working with formsBuilt-in JavaScript objects
HTML5 tables, forms and input fields
The JSON notation
Let's create a small application