Here are two truths about JavaScript: JavaScript does’t have integers, so you have to use numbers instead. JavaScript arrays are not typed, you can put whatever you want in them.
Continue readingTag: array
Remove duplicate objects from JavaScript array – How to & Performance comparison
The purpose of this article is to share with you the best ways to remove duplicate objects from JavaScript Array based on specific property/key. We will also analyze their performance
Continue readingRemove duplicate values from Javascript array – How to & Performance comparison
The purpose of this article is to share with you the best ways to remove duplicate PRIMITIVE(strings, numbers and booleans) values from an array in Javascript and compare their performance
Continue reading