Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript equivalent to LinqPad [closed]

I'd like a small javascript scratchpad in which I can write and test (non-DOM related) functions.

I'm not happy using the Firebug console to do this.

Does such a thing exist as a standalone app?

like image 762
spender Avatar asked Jun 12 '12 10:06

spender


1 Answers

There's jQueryBuddy, currently in beta.

It does support DOM manipulation, but you don't have to use that if you don't need it. And like LinqPad it has a very similar Dump() method for viewing objects.

like image 193
Ronnie Overby Avatar answered Sep 20 '22 06:09

Ronnie Overby