log set as Array.from(set) (#35646)
This commit is contained in:
committed by
The Coding Aviator
parent
acc5f09f00
commit
a09bb2ea1d
@ -47,7 +47,7 @@ function checkSet() {
|
||||
// change code below this line
|
||||
|
||||
// change code above this line
|
||||
console.log(set);
|
||||
console.log(Array.from(set));
|
||||
return set;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user