let a = {0,1}; a.add(2); return a; // code like this returns an empty object even though it is supposed to be a set
let a = {0,1};
a.add(2);
return a;
// code like this returns an empty object even though it is supposed to be a set