|
Post by Cam on Jul 5, 2012 0:32:26 GMT -5
Do you know JavaScript? If yes, how long have you known JavaScript?
I know little bits of JavaScript here and there, but I don't know enough to write it or say I'm fluent in it or anything. I think I know enough to get by.
|
|
Justin
Incredibly Average
[M0n:200]
Posts: 54
|
Post by Justin on Aug 4, 2012 11:04:12 GMT -5
I have known Javascript for 3 years, though I haven't written a code in javascript for 1 year, I moved onto PHP and jQuery. I may write a code for ProBoards (that isn't PM related) one day again but right now I'm questioning myself with v5 on the edge of release.
Actually correct that I did write a small ProBoards code for a website, but will most likely never release it to the public.
|
|
|
Post by ruhroe on Aug 4, 2012 17:09:52 GMT -5
I've a little knowledge. I can't write many codes myself but I can look at someones code and understand it pretty well
|
|
|
Post by Ajay on Aug 9, 2012 12:08:54 GMT -5
Learning it currently. PHP is a lot easier, IMO.
|
|
|
Post by edenwax on Aug 9, 2012 12:49:23 GMT -5
I do agree, PHP seems to be easier than Javascript.
|
|
|
Post by Ajay on Aug 10, 2012 21:49:36 GMT -5
I do agree, PHP seems to be easier than Javascript. I think mainly because of the variables.
|
|
iPokemon
Incredibly Beginning
[M0n:400]
Posts: 40
|
Post by iPokemon on Aug 25, 2012 11:25:24 GMT -5
I do agree, PHP seems to be easier than Javascript. I think mainly because of the variables. How the heck are variables easier? They both are very simple and to the point. var variable = "hi"; $variable = "hi"; Whoopdedoo, you don't have to type 3 characters. Dx I've known Javascript for around 6 years, probably closer to 5.5 years, but I'll round up.
|
|
|
Post by Ajay on Aug 25, 2012 11:29:22 GMT -5
Its an opinion.
|
|
iPokemon
Incredibly Beginning
[M0n:400]
Posts: 40
|
Post by iPokemon on Aug 25, 2012 11:40:13 GMT -5
Its an opinion. Lol, okay. PHP and Javascript are very much different, like it being a server-side language lool. But okay. To each his own.
|
|
|
Post by Reverse Blade on Sept 3, 2012 23:30:21 GMT -5
Uh, probably about 3-4 years. I've moved more into compiled languages like C and Java lately, but Javascript is always a fun language to mess around with. Especially when you throw in Mootools/JQuery.
|
|
Bobby
Incredibly Slacking
Welly welly welly well
Posts: 16
|
Post by Bobby on Sept 23, 2012 22:54:12 GMT -5
JavaScript was one of the first languages I began learning a little over ten years ago. It's not a language I use on a daily basis but I am comfortable with it. These days I tend to use frameworks over reinventing the wheel. jQuery, Prototype and Dojo especially.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Sept 24, 2012 12:20:34 GMT -5
It finally clicked in my head a few weeks ago after spending the last six years trying to understand it. Like a math formula that suddenly makes sense? Now I can read it almost as well as other markup, and write (mostly) on my own... I'm starting to learn like I learned CSS: by looking at other peoples' code and imitating it. Within the next few years, I imagine I'll have as good a handle on it as I do HTML and CSS.
|
|
|
Post by dragonforum on Sept 29, 2012 21:42:10 GMT -5
I am a complete newbie both at PHP and Javascript. I am... how to say... a JavaPHP noob. Lol.
|
|
|
Post by Cam on Oct 5, 2012 2:16:50 GMT -5
I am a complete newbie both at PHP and Javascript. I am... how to say... a JavaPHP noob. Lol. I barely know anything about PHP and JavaScript besides the basics, so we're in the same boat. No worries. Hopefully, we will learn them as time goes on here.
|
|
|
Post by xcessive on Oct 5, 2012 6:56:46 GMT -5
I barely ever use JavaScript, but I would say I know it fairly well. The syntax is quite easy to guess at, and in practice its very much like a union between scheme and Io, both of witch I am familiar with. Thus its quite easy for me to think about JavaScript, and all I need to do is look up syntactical quirks.
|
|