我的笔记
2018-07-16 本文已影响0人
玄天雪海
string对象的属性有:1.length 2 prototype 3.constructor
string对象的方法:
chatAt(); indexOf ();match();replace ();search ();slice();toUpperCase ();toLowerCase();
Array对象的属性有:1.length 2 prototype 3.constructor
Array对象的方法:
shift ();unshift ();shift();pop();push();concat ();reverse ();splice ();slice()
Event Loop