JavaScript functions don’t seem to be executed when button is pressed
I am working on an app in Android Studio. I made a few buttons in my HTML and had put the ‘onclick=””‘ value as my functions for each button as needed.
Javascript not seeming to be noticed by html file when button calls function, and not sure why
I’m new to JavaScript and html. I’ve been trying to figure out how this problem is coming up but it’s not really consistent. Is there something I’m doing wrong that I’m not noticing?