全局方法和屬性
http://w3school.com.cn/jsref/jsref_obj_global.asp
Math
http://w3school.com.cn/jsref/jsref_obj_math.asp
頂層內(nèi)置對(duì)象
- Object http://w3school.com.cn/js/pro_js_referencetypes.asp
- constructor
- instanceof
- prototype
- String http://w3school.com.cn/jsref/jsref_obj_string.asp
- Number http://w3school.com.cn/jsref/jsref_obj_number.asp
- Boolean http://w3school.com.cn/jsref/jsref_obj_boolean.asp
- Function http://w3school.com.cn/js/pro_js_functions_function_object.asp
- apply && call
- arguments && callee
- Date http://w3school.com.cn/jsref/jsref_obj_date.asp
- Array http://w3school.com.cn/jsref/jsref_obj_array.asp
- ES5 新增方法
- 類數(shù)組方法的轉(zhuǎn)化
- RegExp http://w3school.com.cn/jsref/jsref_obj_regexp.asp
- test
- exec
- 正則表達(dá)式元字符 與 練習(xí)
- String.split
- String.match
- String.replace
- String.search