Explore Library
Code QuizBeginner

Wrong Type for a Value

Find the data type mismatch in this declaration.

Codeswift
let isActive: Bool = "true"
print(isActive)

What is the bug in this code?