Y
Hacker News
new
|
ask
|
show
|
jobs
by
scj
4467 days ago
How recognizable is the code when debugging run-time defects in a browser console?
1 comments
petilon
4467 days ago
It is very close. If you used lambda expressions they will be replaced with function syntax and _this references, but other than that it is almost the same.
link