Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
node-array-equal
check if two arrays are equal
https://github.com/component/array-equal
0
no reviews
Install
This node module checks whether two arrays are equal:
var equals = require('array-equal') assert(equals([1, 2, 3], [1, 2, 3])) // => true assert(equals([1, 2, 3], [1, 2, 3, 4])) // => false
Node.js is an event-based server-side JavaScript engine.