Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
arrayDiff: function (arr1, arr2) { return array_diff(arr1, arr2); },
Locutus other languages' standard libraries to JavaScript for fun and educational purposes