Hello All,

I am just started to learn the Javascript and choose this 
http://getfirebug.com/commandline to practice all kinds of Javascript code. 
But command line tool is not allwoing me to write code in multiple lines as 
the general editor does. for example

I can write this :- var books = {pages: 112} but can't write this way

var books = {
                   pages: 112
                  }

After first line when pressed enter I got error. Any way to get out of this 
limitations or suggestion please!!

Thanks,
Arup

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/5bf1c596-9c4f-46cd-a1f7-f400c55d4e9d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to