Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Swift
easy
Swift
closures and trailing closures
Single-choice MCQ
Which line sorts `nums` into descending order using a trailing closure?
let nums = [3, 1, 2]