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

After this runs, what is `dict["x"]`?

var dict = ["x": 1] dict["x", default: 0] += 10