iOS Swift - Swift Language Essentials
Which keyword in Swift is used to mark a function that can throw an error?
throws after the parameter list.try is used when calling a throwing function, catch is for handling errors, and throwing is not a valid keyword.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions