home page

Mobile

element default event records data table max/min
dropdown menu on "change" text within "options" string N/A
text input on "change" text string N/A
checkbox on "change" checked boolean ?
canvas on "click" clicked at x or y n/a n/a
text area on "change" text string N/A
slider on "input" value number max:100, min:0
button on "click" clicked n/a n/a
abc click clicked n/a n/a
radio button on "change" checked boolean n/a
image on "click" clicked n/a n/a
screen on "click" clicked string n/a
chart on "bar" data for chart string n/a

qr code

  1. What variables are being used?: The variables are: inputone, inputtwo, firstinput, operation, and calctext
  2. How does “parseInt()” help with the code?: it means to make the variable whaterever the other variable is (to make them equal to each other)
  3. What events are already specified? What needs to be added?: The buttons 1,2, +, and = are all taken care of, I need to do the rest of the numbers up to 9 and the rest of the operations.