美文网首页
js基础了解

js基础了解

作者: MenChem | 来源:发表于2020-11-12 09:21 被阅读0次

    js数组常用遍历方法使用:

    forEach()  map()  filter()  every()  some()  reduce()
    

    js数组常用操作方法使用:

    [].push   [].prop   [].join   [].slice    [].splice  [].sort  [].shift  [].unshift
    

    基本逻辑运算:

    if   else   switch    三目运算( :  ?)  for  while   
    

    基本字符串操作方法:

    replace  ,  slice  ,  substr  ,  indexOf
    

    相关文章

      网友评论

          本文标题:js基础了解

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