About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
kiinlam
11/14/2016 - 8:35 AM
share
Share
add_circle_outline
Save
判断一个对象是否可迭代
判断一个对象是否可迭代
caniterator.js
content_copy
file_download
function caniterator (arg) { return typeof arg[Symbol.iterator] === 'function'; }
clear