1var x = newSet();
2x.add(1);
3x.add({ a: 2 });
4//get iterator:5var it = x.values();
6//get first entry:7var first = it.next();
8//get value out of the iterator entry:9var value = first.value;
10console.log(value); //111
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content