View Single Post
Old 01-30-2012, 01:23 PM   PM User | #7
jackvan
New Coder

 
Join Date: Jan 2012
Posts: 24
Thanks: 1
Thanked 1 Time in 1 Post
jackvan is an unknown quantity at this point
Thanks again.

You are correct. I should do more read-ups on Javascript basic coding knowledge.

I'm used to doing Perl Scripts. I thought some of the codes are similar, but they are not. That's why it's causing problems for me now.

As examples:

In Perl: variables inside " " are treated as variables, but not in Javascript, they are treated as strings.

In Perl: variables inside ' ' are treated as strings, so is Javascript.

So what's the differences for the use of " " and ' ' in Javascript?
jackvan is offline   Reply With Quote