Toggle navigation
Mr. Code's Wild Ride
Mr. Code
Curriculum
Showcase
Python
Math
Games
Typing
Sign in
Count the Balls
Level 3
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Step 8
Step 9
Step 10
Step 11
Step 2:
Create a div to represent a ball. Do this using JavaScript so that you can later use a loop to create hundreds of divs. Add the following to create a
div
using Javascript:
let ball = document.createElement(`div`)
Last step
Next step
×
Sign in