I'm not sure if any of you remember of have ever playedMad Libs(Links to an external site.). It's a simple game. One person asks another to provide names, places, numbers, adjectives, and adverbs without knowing the context. Then those answers are filled in to make a story. It usually ends up being fairly silly.
I want you to create a Mad Libs game using the information from the lesson. There are a few requirements.
Note:This assignment has an extra credit component. To earn extra credit you must first earn a perfect score on the base requirements for the assignment.
camelCase
snake_case
kebob-case
Good example:
let myName = 'Bob'; // Capture the first letter of the name. let firstInitial = myName[0];
Bad example:
let my_name = "Bob"; let first_initial = myName[0];
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here