QuizIntermediate

Field Initialization

See how class properties can be given default values at declaration.

What is the value of `count` after `new Counter()` given `class Counter { count = 5; }`?