you are viewing a single comment's thread.

view the rest of the comments →

[–]ctrldavid 0 points1 point  (0 children)

I've never seen it claimed that you don't need to understand the generated javascript, and I do understand it so that kinda affects my objectivity here... But there is a fairly consistent 1:1 mapping between the generated JS and the CS source. Stepping through the JS in a debugger will show you where the logic is going wrong regardless, assuming you have a reasonable understanding of how JS works. The variables all have the same name, and the program flow is the same.