美文网首页
我的笔记

我的笔记

作者: 玄天雪海 | 来源:发表于2018-07-16 11:01 被阅读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

    相关文章

      网友评论

          本文标题:我的笔记

          本文链接:https://www.haomeiwen.com/subject/wfwvpftx.html