Question: Events ExerciseExercise Step 1 Show the Javascript Resources 1 . Link your JavaScript file . 2 . Select the div with the class javascript -
Events ExerciseExercise Step Show the Javascript ResourcesLink your JavaScript fileSelect the div with the class javascriptresourcesand the buttonwith the id of showresourcesAdd an event listener on the button that will listento the click eventIn the event handler from the last step remove the class dnone from the div with the class javascriptresources that you selected in the first step.The result should looklike the followingimage.Note: If you refresh the page the resources should be hidden again.Exercise Step Add font boldness on the linkswhen you hover over an itemAdd an event listener on element selected in the previous step that will listen to the mouseover event. Ensure that youre passing in the event object to the event handler functionUse console.log to print out the eventtarget to see the link list item elements are the event.target returnedOn the event.target use the method classListadd to add the class namedfwboldaWhen you only hover over thethe first link item you should see something like this.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
