Hi, bubblers! I need to count the number of times when the user pressed a button without storing the data in the database. It is clear how to do that using the "counter " operator, but it works only with the database.
Let’s say, I have a quiz app and need to count the number of right answers without storing it in the database.
In other words, are there any options to count some events on the page without storing things in the database?
Thanks in advance!