This is a little game where a bear chases a jar of jam and tries to eat it. The idea is: If the bear eats the jam 5 times, you win! You have the option to choose the speed of both the bear and the jam. Your tasks: 1. Scoring doesn't work properly. The bear should get 1 point when he eats the jam. 2. There's some repetition of if statements! We could REFACTOR the code to make it more organized, less repetitive, and easier to follow. 3. The game is pretty simple. Add another feature to the game of your choice! However, this code has some duplication that could be improved by better using variables and improving organization. Refactor the code to improve it! As you review and refactor the code, please write comments that explain what the code does and what changes you've made.