≡ Once you have fixed the syntax and runtime errors, continually reload the web page. Each time the page is loaded, a Jane Austen quote is randomly selected from the array. Occasionally, an undefined value appears where the quote should be. Find the source of this logic error by setting a breakpoint at Line 48 and watch the values of the randomQuote and quotes[randomQuote] expression. What are their values that result in an undefined quote?Return to the code editor and fix the program to remove the logic error. (Hint: What is the largest index in the quotes array and what would happen if you tried to retrieve an entry larger that index? 》 Her Beauty

You can use the search form below to search for any other topic or keyword.