#code optimization tip
4 messages · Page 1 of 1 (latest)
hi! if you add amount as a parametr to your function and add it to your count var when you reasing it inside the function it will work
because you are hardcoding the values inside the function thats the issue
will look into it! thanks, havent learned params yet