Comment on Can you help me with my JavaScript issue?

Spzi@lemm.ee ⁨2⁩ ⁨months⁩ ago

You can use more debug outputs (log(…)) to narrow it down. Challenge your assumptions! If necessary, check line by line if all the variables still behave as expected. Or use a debugger if available/familiar.

This takes a few minutes tops and guarantees you to find at which line the actual behaviour diverts from your expectations. Then, you can make a more precise search. But usually the solution is obvious once you have found the precise cause.

source
Sort:hotnewtop