JSFiddle - React, Tailwind, and code Playground

JavaScript

var value, set = new Set();

for (value of set) {
    console.log(value);
}