Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This is my own version of a mad-lib, but is not working right, when i click on the tell me the story button, i am
This is my own version of a mad-lib, but is not working right, when i click on the "tell me the story" button, i am not getting any result, can you help me to fix this please, thanks
function generateMadLib() {
//Declaring and Initializing variables
var car = "";
var Name ="";
var color ="";
var transmission ="";
var menuItem1 = "";
var theSelect;
var choice = 0;
var theOption;
var story = "";
/*
Retrieving Name
document.madLibForm.txtName
-- madLibForm matches the name of the
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started