javascript-collection-paraphernalia:Javascript收集实用程序,例如each,filter和find

时间:2024-06-03 05:33:54
【文件属性】:

文件名称:javascript-collection-paraphernalia:Javascript收集实用程序,例如each,filter和find

文件大小:415KB

文件格式:ZIP

更新时间:2024-06-03 05:33:54

JavaScript

javascript-collection-paraphernalia Javascript收集实用程序(例如每个实用程序)进行过滤和查找,以与对象和数组一起使用 入门 1.安装 npm install javascript-collection-paraphernalia 2.例子 需要javascript-collection-paraphernalia var collection = require ( 'javascript-collection-paraphernalia' ) 定义要迭代的对象 var data = { one : { id : 1 , name : "ONE" } , two : { id : 2 , name : "TWO" } , three : { id : 3 , name : "THREE" } , four : { id :


【文件预览】:
javascript-collection-paraphernalia-master
----.travis.yml(60B)
----LICENSE(990B)
----test()
--------test.js(3KB)
----README.md(3KB)
----docs()
--------index.html(5KB)
--------styles()
--------tutorial-collection.each.html(2KB)
--------tutorials()
--------tutorial-collection.find.html(2KB)
--------tutorial-collection.filter.html(3KB)
--------scripts()
--------Collection.html(10KB)
--------fonts()
--------index.js.html(5KB)
----.gitignore(539B)
----index.js(4KB)
----package.json(866B)

网友评论