Which of the following operations is not possible with a JavaScript Set?
A) Adding duplicate elements
B) Checking if an element exists in the set
C) Removing an element from the set
D) Iterating over the elements in the set
Which of the following operations is not possible with a JavaScript Set?
A) Adding duplicate elements
B) Checking if an element exists in the set
C) Removing an element from the set
D) Iterating over the elements in the set