- Open the REPL
- Click on "index2.js" on the right pane
- Write the start of code that causes an error, e.g.
const a =
- Finish the code with
const a = 2
Expected: The tab should be index2.js where it has been before
Actual: See that the tab is now index.js, the first tab.
const a =const a = 2Expected: The tab should be
index2.jswhere it has been beforeActual: See that the tab is now
index.js, the first tab.