Set Data Structure in JavaScript



A set is an abstract data type that can store certain values, without any particular order and no repeated values. It is a computer implementation of the mathematical concept of a finite set. Unlike most other collection types, rather than retrieving a specific element from a set, one typically tests a value for membership in a set.

Updated on: 2020-06-15T09:52:17+05:30

467 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements