# 1/25 JavaScript
###### tags: `JavaScript`
# 39 單一選擇結構if

# 51 函數的功能

# 52 函數宣告

# 56 變數的範圍
以function為基準
var 在function外面就是global變數
裡面是local


(02varScope.html)
# 59 JavaScript物件種類

(參考)
(參考64)
# 60 JavaScript物件的屬性與方法

# 61 Global物件

https://www.w3schools.com/jsref/jsref_obj_global.asp
# 62 字串物件(String Object)1/3
index 搜尋 find SELECT

(02stringObject.html)
# 63 字串物件屬性與方法

# 64 取得標籤元素屬性值

(參考)
(03checkPassword.html)
(031checkName.html

)
# 66.67 String物件(String Object)2/3


# 68 Date物件


# 69 Date物件

# 70 Object物件
{}=物件 ""=字串

# 71 for/in迴圈

# 72 Array物件

# 73 Array物件的使用

# 74 Array物件的方法
https://www.w3schools.com/js/js_arrays.asp

https://www.w3schools.com/jsref/jsref_push.asp
https://www.w3schools.com/jsref/jsref_pop.asp

# 75 Array物件的方法範例



排序http://notepad.yehyeh.net/Content/Algorithm/Sort/Sort.php
# 76 JSON字串規則

https://www.json.org/json-en.html
# 77 JSON字串規則
如果是物件可以不用""
但是json的格式要""



# 78 json

# 79 讀取json中的資料


# 題外話
AJAX
非同步傳輸
# 80 JSON的方法

# 81 JSON的方法範例


# 82 Math物件

# 83 RegExp物件

# 84.85 正規式字元


# 86 正規是字元(範例)


密碼:至少有一個數字

