Learn
Excellent. Regular if
/else
statements aren’t the only ones we can refactor, though—a chain of if
/elsif
/else
statements can clean up really nicely, too!
Instructions
1.
Refactor the if
/elsif
/else
statement in the editor into a tidy case
statement.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.