Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Swift
easy
Swift
arrays dictionaries sets
Single-choice MCQ
After this runs, what is `dict["x"]`?
var dict = ["x": 1] dict["x", default: 0] += 10