Given that i have like 3 inputs named A, B and C how do i produce outputs based on which was clicked first?
In like normal programming language this is easy but what i am using is there is no loops and storing data's stores it 19 times meaning i have to divide it to 19 just to receive 1.
The only thing available are basic arithmetic operations and comparisons.
If you could give me the answer in JS format that would be great because i'll just convert it myself😀