w3resource logo


Inspect and edit HTML with Firebug

Execute JavaScript on the fly with Firebug

rating has average rating 7 out of 10. Total 9 users rated.

<<PreviousNext>>

Description

You can use Firerbug to write and execute a JavaScript in realtime. 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

photo credit: Alexandre Cardoso. Photo is used under creative Common License.

<<PreviousNext>>