Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySwiftarrays dictionaries setsSingle-choice MCQ

What is the count of `s` after this code?

var s: Set = [1, 2, 3] s.insert(2) s.insert(4)