0.0.0 • Published 12 years ago

array-reduce v0.0.0

Weekly downloads
2,168,544
License
-
Repository
-
Last release
12 years ago

array-reduce

[].reduce() for old browsers

testling badge

build status

example

var reduce = require('array-reduce');
var xs = [ 1, 2, 3, 4 ];
var sum = reduce(xs, function (acc, x) { return acc + x }, 0);
console.log(sum);

output:

10

methods

var reduce = require('array-reduce')

var res = reduce(xs, f, init)

Create a result res by folding acc = f(acc, xs[i], i) over each element in the array xs at element i. If init is given, the first acc value is init, otherwise xs[0] is used.

install

With npm do:

npm install array-reduce

license

MIT

react-native-bluetooth2killi8n-react-native-fast-imagern-send-smsreact-native-template-rfbaseairscanairscan-examplereact-native-esc-pos-sahaab@borisovart/atol-kkt-moduledeneme323112@ntt_app/react-native-custom-notificationreact-native-custom-text-hwjamesreact-native-covid-sdkreact-native-thanh-toast-library@thanhnguyen14797/react-native-thanh-toast-libraryreact-native-printer-brothersrn-pdf-reader-offlinewilscannerreact-native-slider-kf@everything-registry/sub-chunk-1165tanngotestnpm_lmnvue-compmentvision-camera-plugin-scan-faces@cronvel/shell-quote@con-test/react-native-concent-common@damian.lnc/core@corelmax/react-native-my2c2p-sdk@rstacruz/pnpm@routebuddies/react-native-mapbox-navigationis-valid-oibjnf-accesscontrol-rnttlutil-inspect@apardellass/react-native-audio-stream@affinidi/affinidi-auth-sdk-kernelvalidatoo@felipesimmi/react-native-datalogic-module@hawkingnetwork/react-native-tab-view@hbglobal/react-native-actions-shortcuts@geeky-apo/react-native-advanced-clipboard@infinitebrahmanuniverse/nolb-array-@ngxvoice/ngx-voicelistner@navabi/react-native-ssl-pinning@enkeledi/react-native-week-month-date-picker@meerasolution/react-native-ms-upi-payment@iyansr/react-native-image-viewing@ko-developerhong/react-native-multiple-image-picker@jfilipe-sparta/react-native-module_2@hemith/react-native-tnk@saad27/react-native-bottom-tab-tour@novembrecom/zxcvbn@phong95/react-native-multiple-image-pickernative-apple-loginnative-kakao-loginnative-google-loginnative-date-picker-modulenpm_qwertynpm_one_12_34_1_npm_one_1_2_3npm_one_2_2payutestingreact-native-dsphoto-modulereact-native-create-video-thumbnailreact-native-cplusreact-native-dm-playerreact-native-modal-progress-barreact-native-is7react-native-firebase-messagingreact-native-hlf-wrapperreact-native-flyyreact-native-myrenzbox-ipcsdk-libraryreact-native-remote-cloverreac-native-arun-ramya-testrn-my-libraryrn-use-modal-hookrn-adyen-dropinreact-angular-componentrn-tm-notifyrn-session-multiplier-demoreact-native-arun-ramya-testreact-native-arunjeyam1987react-native-arunmeena1987react-native-arunramya151react-native-brother-projectreact-native-bubble-chartreact-native-badge-controlreact-native-biometric-authenticatereact-native-android-advertising-idreact-native-android-scoped-storagereact-native-my-first-try-arun-ramyareact-native-ok-sdkreact-native-payu-payment-testingreact-native-kakao-mapsreact-native-jsi-device-inforeact-native-contact-listreact-native-sunmi-printer-hkreact-native-version-managerreact-native-testwebreact-native-transtracker-libraryreact-native-test-module-hhhreact-native-vnpay-merchant
0.0.0

12 years ago