Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Swift
easy
Swift
arrays dictionaries sets
Single-choice MCQ
What is the count of `s` after this code?
var s: Set = [1, 2, 3] s.insert(2) s.insert(4)