views:

34

answers:

1

Like live editing of XHTML and CSS in firebug can we do live testing of javascript without leaving page?

+3  A: 

The firebug console supports live execution of Javascript. You have full access to the page's state (variables, functions, etc) to inspect/execute/alter/etc.

kevingessner