This is the input, named "quantity". It exists in a form named "stuff", and the form's id is "thing". We currently have the type set to "text" because setting it to "number" give us increment arrows. Unsure if that will muck with our math, but it works for that example calculator.



This is supposed to get that number assign it to the variable 'a'
Here is a function called "numberfunction", it's supposed to show "meow" right now and the function itself is invisible.

meow

This button is supposed to change the above "meow" to show the input number


this is a button that does "catFunction"

It swaps out the "meow" with the text defined in catFunction

meow

WHY IS IT RESETTING???