Junior — Senior
Restrict Set type to only numbers
livecode
Task condition
Type the Set so that it can only store numeric values.
const numericSet = new Set()
livecode
Task condition
Type the Set so that it can only store numeric values.
const numericSet = new Set()