@El_Escandalo you might having trouble using web developer console, it hard to get used to it, I found it hard to practice on it. But I’ve been exploring to get a better environment to easily practice JS like a code editor or something and I found an amazing tool in Firefox Developer browser, am currently using the updated version I don’t know it would work with older versions. Let me walk you how it would be easy to use, here are the steps:
- click menu then navigate to web developer
- click on web console menu item
- then when the console pops up you will find a small button in top right corner of your console that says switch to multi-line editor mode, click it
- then you will get a brand new code editor for JS to practice on. you can write as many lines of code like any code editor and if you want to run your code just simply hit the Run button found at the top of your code editor
I found it cool, I don’t know what your feeling would be but let me know if it helps you, it helped me a lot rather than like coding in an editor then navigate back to the browser then refreshing the browser to be able to see the change.