Reputation: 152677
Like live editing of XHTML and CSS in firebug can we do live testing of javascript without leaving page?
Upvotes: 2
Views: 120
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