Actually, a statement like.,
for (var i = 0, ; i < row; i++,) {}
makes the *.js
to not load in the browser. In C/C++ its a easy to find, syntax error.
But here it took me 20 mins to trace this bug happened accidentally in my cut/copy/paste.
My Question : Often I am facing this issue., when and why this issue occurs? How to find that easily.