Swift - Data Types
Identify the error in this code:
typealias Number = Int let value: Number = "100"
typealias Number = Int let value: Number = "100"
Number is an alias for Int, but the value assigned is a String.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions