Easy.
@previous (Meowth)
How easy? As easy as HTML and CSS?
@previous (Catherine !TGirlYJKXM)
For me it was easy as HTML, but I haven't done any coding whatsoever in years. I've lost nearly all my knowledge.
@474,793 (dw ltd)
cathy wants to code a dick and have sex with the dick
Easier than fucking perl in my opion. Not really comparabilie with CSS and HTML, as neither of those are programming languages. HTML is a (HyperText) Markup Language, and CSS are a set of rules used for styling the HTML.
The nice thing about Javascript is that you can run it right in the browser. This is nice for learning because:
1) If you see something done on another site that you want to know how it's done, you can usually do view source (or use the chrome inspector/firebug) and do some digging, and you'll fine it.
2) You have access to tools such as
http://jsfiddle.net (Example fiddle that I written a while ago to deal with some code generation:
http://jsfiddle.net/DmMm9/3/ ).
3) It's "hip". You will find a lot of online resources for it, some of them better than others. Watch the dates of anything you read, and stay away from the older shit.
4) I like it ;) As always you're welcome to ask questions on IRC.
It's a little bit of a weird language since it doesn't relate too much to other object oriented languages since it itself is prototype based instead. I don't think you'll have to worry about that too much just yet, and if you do, javascript just fakes it till it makes it.
(Edited 26 seconds later.)
It's one weird as fuck language, but these days, everything is being written in JavaScript.
Just look at the hipster stack (known as the MEAN stack,
http://www.mean.io ).
(Edited 43 seconds later.)