Originally posted by: notfred
Not if oyu don't know how to program, no. If you just try to pick up javascript with no programming background you'll write crappy code and pull your hair out wondering why it doesn't work. Start with a different language that actually has some semblance of consistency, and after you understand that, then take on javascript.
I recommend Java or C# to start with.
Originally posted by: TheGenius
Originally posted by: notfred
Not if oyu don't know how to program, no. If you just try to pick up javascript with no programming background you'll write crappy code and pull your hair out wondering why it doesn't work. Start with a different language that actually has some semblance of consistency, and after you understand that, then take on javascript.
I recommend Java or C# to start with.
What's the difference between C, C++, and C#? And those are for programs, correct?
Originally posted by: notfred
Oh, and for the record, I first tried to learn to program in Javascript. I never got it and basically gave up. Later on I learned to program Perl, which has a much different syntax than JavaScript, but is easier to learn by far. After that I learned a bunch of other languages. I think I'm a pretty proficient programmer in Perl, C, C#, Java, PHP and JavaScript, now. When I came back to Javascript with some experience, it was MUCH easier to pick up.
Originally posted by: TheGenius
After learning the basics of PHP, I can see Javascript a little bit easier... But the DOM stuff.. like document.object.window[someshit].49[1 is very intimidating.
