文件名称:methmeth:在Array.prototype回调中的对象上调用方法
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-07 16:47:00
JavaScript
meth 在Array.prototype回调中的对象上调用方法。 $ npm install --save methmeth var meth = require ( 'methmeth' ) ; var friends = [ { name : 'passy' , hobby : 'carrots' , getInfo : function ( ) { return this . name + ' likes ' + this . hobby ; } } , { name : 'sindre' , vehicle : 'unicorn taxi' , getInfo : function ( ) { return this . name + ' drives a ' + this . ve
【文件预览】:
methmeth-master
----.jshintrc(439B)
----package.json(539B)
----index.js(346B)
----test.js(1KB)
----license(1KB)
----readme.md(1KB)