¿Cómo se crea un nuevo conjunto vacío en JavaScript?
const miConjunto = _____;
[]
new Set()
new Object()
new Array()