Jitendra Vyas
Jitendra Vyas

Reputation: 152677

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

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

Upvotes: 2

Views: 120

Answers (1)

kevingessner
kevingessner

Reputation: 18985

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.

Upvotes: 2

Related Questions