Hi!
For this code:
let s = new Set(["ec", "ec"])
let arr = Array.from(s)
console.log(arr)
I expect
arrbe
["ec"], and it is so if put in my own webpage. But if it is embedded in Qualtrics,
arris
[].
Why is it?
Hi!
For this code:
let s = new Set(["ec", "ec"])
let arr = Array.from(s)
console.log(arr)
I expect
arrbe
["ec"], and it is so if put in my own webpage. But if it is embedded in Qualtrics,
arris
[].
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.