JS基础备忘

Array的forEach

1. 遍历后,改变item改变的是Array的值

2.不支持return continue break等

 

setTimeout、setInterval的参数,第三个以后的参数会被当做参数传给之后执行的函数 

 

选择器的 filter 和 find:

find:对子集的选择

filter:对当前集合的筛选

 

span标签的title属性:

 

posted on 2017-11-01 17:56  王雪皓  阅读(111)  评论(0编辑  收藏  举报