Log in

View Full Version : Javascript AGHHH!


Straight
May 11th, 2012, 03:10 PM
I find java script so un-believably mind crusing. Its not that it is hard to remember what to write, but that one mistake means that your whole work will come crushing down.

CloverGhost
May 11th, 2012, 03:30 PM
Eclipse is my life saver :)

TheMatrix
May 12th, 2012, 01:28 PM
Mhmm, yes, so true. Although, once you find that mistake, everything works like a charm.

Eclipse is my life saver :)
You're probably talking about Java. There is a difference between Java and JavaScript.

Mzor203
May 12th, 2012, 01:45 PM
JavaScript is really one of the easier languages... any programming language is like that in that one mistake really muddles everything up.

Also, if you haven't yet, look into jQuery. It's a really, really helpful library that can make things a LOT faster and provides a ton of extra functionality that you would otherwise have to code yourself.