Forums
Learn
Careers
Store
About
SUBSCRIBE
NEW: My new book Pro SwiftUI is out now – level up your SwiftUI skills today! >>
Question 1/6: Which of these lines create Booleans?
Hint: Booleans are any value that contain true or false. Click to show.
Option 1:
var animated = false
This creates a Boolean with the name animated.
animated
Option 2:
var isLoaded = 1
This creates an integer.
Correct!
Oops – that's not correct.
Return to Review Menu
You are not logged in
Link copied to your pasteboard.