Khan Academy or Scratch Wikia
Advertisement

Challenge: Bucktooth Bunny is a programming challenge in the Intro to JS section. This challenge practices using variables. There are two steps in this challenge worth 1500 energy points.

Steps[]

Bucky Bunny

There are two steps in this challenge:

  1. Make a variable for eye size: This step asks users to make a variable for eye size by using a var command. Users are then expected to use the variable where the ellipses for the eyes are drawn.
  2. Make a variable for teeth length: This step asks users to make a variable for teeth length by using a var command. Users are then expected to use the variable where the rect()s for the teeth drawn.

Additional Advice[]

If users get stuck, they should:

  • Pay attention to Oh Noes and the error messages.
  • Go back to the "Variables" tutorial.
☀ All Khan Academy content is available for free at: www.khanacademy.org
Advertisement