Question: Will thumbs up right answer! Need help with the last 2 higlighted parts. Arena page . Update the header comment. x Add text, v2 to

Arena page . Update the header comment. x Add text", v2" to the end of the title (in the section). x Move the two-dimensional events array declaration from the Events page to this page. Place the declaration within a script tag within the head tag. Make the array global - don't place its declaration within any JavaScript function. Create JavaScript function storeEvents that stringifies and stores the events array in local storage. Write a message to the console that reports that the array was stored. Call JavaScript function storeEvents wher, the page loads using attribute onload. These changes move the source of the events data to this page. By placing it in local storage, the events array can be made available to all other web pages. Events page Add text", v2" to the end of the title (in the section). Create JavaScript function loadEvents that retrieves and parses the events array in local storage. Move the DataTables script that sets the data source for the table to the bottom of JavaScript function loadEvents. Write a message to the console that reports that the array was retrieved. Call JavaScript function load Events when the page loads using attribute onload
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
