w3resource

Execute JavaScript on the fly with Firebug

You can use Firebug to write and execute a JavaScript in real time. This is a good way to test and make sure that the script is working properly before you deploy it in a production environment.

Open Firebug and write a code as shown. Press enter. Immediately you will see the output of the code.

execute-javascript-on-the-fly

Previous: Profile JavaScript performance with Firebug
Next: Logging on JavaScript using Firebug

Test your Programming skills with w3resource's quiz.



Become a Patron!

Follow us on Facebook and Twitter for latest update.

It will be nice if you may share this link in any developer community or anywhere else, from where other developers may find this content. Thanks.

https://w3resource.com/web-development-tools/execute-JavaScript-on-the-fly-with-Firebug.php