2016年7月4日 星期一

JavaScript Tutorial

JavaScript 理解

JavaScript 一種可以崁入在HTML的語言

和PHP不同的是JavaScript 是明碼

2016/7/11使用方法幾乎完全等於JAVAif-esle, switch, for等等都相同
- 參數設定 var  xxx = "abc" or 123; 
- 輸出部分變成 document.write , 記得使用""來做網頁字串輸出


學習網址
https://www.youtube.com/playlist?list=PL46F0A159EC02DF82

影片數量 : 40部

預計學習時間 : 10小時

開始時間 : 2016/7/6
結束時間 : 2016/7/18

Github : https://github.com/jicianho/JavaScript-Tutorial-

1 - Introduction to JavaScript
2 - Comments and Statements
3 - Variables
4 - Different Types of Variables
5 - Using Variables with Strings
6 - Functions
7 - Using Parameters with Functions
8 - Functions with Multiple Parameters
9 - The return Statement
10 - Calling a Function From Another Function
11 - Global & Local Variables
12 - Math Operators
13 - Assignment Operators
14 - if Statement
15 - if/else Statement
16 - Nesting and Fridays!
17 - Complex Conditions
18 - switch
19 - for Loop
20 - while Loop
21 - do while
22 - Event Handlers
23 - onMouseOver & onLoad
24 - Objects
25 - Creating Our Own Objects
26 - Object Initializers
27 - Adding Methods to Our Objects
28 - Arrays
29 - Other Ways to Create Arrays
30 - Array Properties and Methods
31 - join and pop
32 - reverse, push, sort
33 - Add Array Elements Using a Loop
34 - Cool Technique to Print Array
35 - Associative Arrays
36 - Math Objects
37 - Date Objects
38 - Accessing Forms
39 - Accessing Form Elements
40 - Simple Form Validation

沒有留言:

張貼留言