Jamie just graduated from college and is about to start his…

Jamie just graduated from college and is about to start his new career as an emerging actor. He understands there are risks involved and there is less of a safety net in this field, but he cannot stop thinking about the potential rewards of becoming a famous actor. He is determined to follow his passion and make a name for himself. Jamie likely has a 

Refer to the code below: Clickbutton> div> let start = docu…

Refer to the code below: Clickbutton> div> let start = document.getElementById(“id2”).innerHTML start = 0 function clickme() { start = start + 1; document.getElementById(“id2”).innerHTML = start; } script> body>How would you modify the code to display the counter value in the button itself instead of the div?