Once an error, always an error
Once an error, always an error While working on a javascript code yesterday, I realized the code doesn’t reach the line I needed it to see. I am not a big javascript fan. Actually, I don’t usually code for js. So, I was staring at this piece of code for two hours.. I just have to call for help. Luckily, helpline pointed out that a javascript code don’t ignore errors (hehe.. I thought it does), it stops at them. That’s not a workaround actually, but it could help. As for the real workaround,
Original post by valeriejoy
Leave a Reply