altZanyLvl 1
- Windows
In applab, if you plan on blocking the data browser make the name of the table 'A' because code.org arranges data tables in alphabetical order and the data browser only reads the first data table upon startup meaning that you can't stop someone from deleting your data if it isn't the first table.
while loops will crash your computer it is way less laggier to use
setInterval()
ortimedLoop()
instead of awhile()
loop. Just set thetimedLoop()
orsetInterval
to 1 so it runs the code every millisecond, so unless you have an insane reaction time it should work perfectly.