You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, RunJS will display the output of your code on the same line as the corresponding source. For example, here are two statements, on lines two and four respectively and their output results are displayed on the same lines:
In some scenarios, this behaviour might not be what you want, for example, if you're running asynchronous code and expecting the output results to appear in a particular order. In that case, you can turn this behaviour off by going to the preferences and unticking the Match Lines option.
Why does the output appear out of order?
The text was updated successfully, but these errors were encountered: