© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Davey Jacobson
Proverbs 3:5-6 • Rugby 24/7/365
var users = [1, 1, 4, 4, 5]; _.uniq( users ); console.log(users); // [1, 4, 5]
Lodash makes it really easy to fix duplicates inside arrays. I use a custom-build version and _.uniq is one of my core-essentials.
Lodash
_.uniq