How do i store the text of a button in a global variable? – Javascript
I am trying to store the text of a button in a variable or function that i can use later. So it should be in the global scope i suppose. But i can't figure out how to do that because…