Q. The snippet that filters the filtered set is
β
Correct Answer: (A)
var t=new FilteredSet(s, {function(s) {return !(x instanceof Set);});
You must be Logged in to update hint/solution