log set as Array.from(set) (#35646)

This commit is contained in:
Chuck Adams
2019-03-21 09:45:45 -06:00
committed by The Coding Aviator
parent acc5f09f00
commit a09bb2ea1d

View File

@ -47,7 +47,7 @@ function checkSet() {
// change code below this line // change code below this line
// change code above this line // change code above this line
console.log(set); console.log(Array.from(set));
return set; return set;
} }