JSFiddle - React, Tailwind, and code Playground

by kassiomaia

JavaScript

var a = new Set()
a.add(10)
a.add(10)
a.add(20)

console.log(a)