Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySwiftclosures and trailing closuresSingle-choice MCQ

Which line sorts `nums` into descending order using a trailing closure?

let nums = [3, 1, 2]