Different results; Original result in Debugger not in Run
I am retrieving data from JSON format to show in html. however when I run my file the results vary. But when I debug it, it showed me the correct output.
My Javascript file


The Output from Run

and this is debugger output.

Please sign in to leave a comment.
Could you please share the test.php or entire project?