Science, asked by yashgahlot9189, 1 year ago

What is SET in Javascript ES6?

Answers

Answered by bhatttsawtii
0

Sets in JavaScript. In this article we would be discussing Set object provided by ES6. A set is a collection of items which are unique i.e no element can be repeated. Set in ES6 are ordered : elements of the set can be iterated in the insertion order.

Similar questions