Level 2 Practice

Level 2 Practice

Required Projects

Similar to Clicker: Nim
Template: Click this link, fork, and invite mrcodeswildride: new project
Hint: For laying out your page, refer to this illustration.
Hint: For making complex if statements, use logical operators.
Similar to Clicker: Pig
Template: Click this link, fork, and invite mrcodeswildride: new project
Similar to Trivia: Chatbot
Template: Click this link, fork, and invite mrcodeswildride: new project
Hint: For ignoring capitalization, use the toLowerCase method.
Hint: For making part of some text bold, use the <strong> tag.
Similar to Stopwatch: Stop the Rotation
Template: Click this link, fork, and invite mrcodeswildride: new project
Hint: For rotating the image, use the transform style.
Similar to Rainbow Box: Head Count
Template: Click this link, fork, and invite mrcodeswildride: new project
Hint: For randomly picking whether to add or subtract, first pick a random number, and then either add or subtract based on the number.
Similar to Picture Swapper: Rock Paper Scissors
Template: Click this link, fork, and invite mrcodeswildride: new project
Hint: For showing the selected items, use the background-image style.
Hint: To check if a variable has no value, check if it's equal to the keyword null.

Optional Projects

Similar to Clicker: High Low
Template: Click this link, fork, and invite mrcodeswildride: new project
Hint: The payouts are based on the probability of winning. Look at the example, and try to figure out the formula.
Hint: For formatting a number to a fixed number of decimal places, use the toFixed method.
Similar to Clicker: Fighting Game
Template: Click this link, fork, and invite mrcodeswildride: new project
Hint: For animating style changes, use the transition style.
Hint: For playing sounds, refer to the audio help page.
Similar to Stopwatch: Smoothie Stand
Template: Click this link, fork, and invite mrcodeswildride: new project
Hint: For making an image look disabled, use the opacity style.
Hint: For formatting a number to a fixed number of decimal places, use the toFixed method.
Last section Next section