B boodyup macrumors member Original poster Dec 3, 2009 49 0 May 6, 2011 #1 Is there a good console app for testing javascript? I would like to use it for learning Javascript.
P psonice macrumors 6502a Jul 22, 2005 968 0 May 6, 2011 #2 No idea, but why not make a little webpage with a big text box and just enough code to execute any javascript you type in?
No idea, but why not make a little webpage with a big text box and just enough code to execute any javascript you type in?
B boodyup macrumors member Original poster Dec 3, 2009 49 0 May 6, 2011 #3 psonice said: No idea, but why not make a little webpage with a big text box and just enough code to execute any javascript you type in? Click to expand... Sounds like a great idea, not sure how I would trigger the code in the text box?
psonice said: No idea, but why not make a little webpage with a big text box and just enough code to execute any javascript you type in? Click to expand... Sounds like a great idea, not sure how I would trigger the code in the text box?
P psonice macrumors 6502a Jul 22, 2005 968 0 May 6, 2011 #4 You'd have to ask somebody who can remember more javascript than i can remember. I'm sure there's some eval() function that will run it, but I can't remember what exactly.
You'd have to ask somebody who can remember more javascript than i can remember. I'm sure there's some eval() function that will run it, but I can't remember what exactly.