Quiz 3
1. Used to handle potential errors.
2. Used to exit a loop early.
3. Used to skip the current iteration of a loop.
4. The keyword for defining a module.
5. Used to define a getter method automatically.
6. Used to define a setter method automatically.
7. A method that ends with a '?' usually returns what?
8. Used to combine strings.
9. Used to perform string interpolation.
10. The concept where everything in the language is an object.
Previous Next