js learning

pr3tor

Newbie
Joined
Mar 25, 2013
Messages
12
Reaction score
2
I want to learn javascript. Anybody knows a cool way to do it? Or a clear way? should I start reading a book about it?

Some steps maybe...

Hope I posted this were it belongs.
 
Visit W3schools. They have some pretty simple javascript examples there.
 
Visit W3schools. They have some pretty simple javascript examples there.

Fuck no!

Code:
http://w3fools.com/

Tizag.com is pretty cool, but other than that I'm not sure as I don't really know it myself yet.

Code:
http://www.tizag.com/javascriptT/
 
W3schools is alright for someone starting out with JS.

Thanks for the info on Tizag, never even heard of the website before. W3schools only demonstrates simple JS functionality good for a newbie to JS.
 
I will try both. Hope it works.

Thanks!
 
Try codecademy (google it, can't post links) it's where I learned javascript and it beats w3schools easily.

Sent from my GT-I9100 using Tapatalk 2
 
Code Academy, Khan Academy, Coursera, Udacity.

There are a lot of quality courses that are free right now.
 
When I learn a new language I find myself a reference site (for HTML I used W3Schools) and a good way to test the code. X10 Hosting has free hosting with a cPanel, so I would check that out. Another good place I have used is CodeAcademy.
 
try Lynda and VTC video tuts! they start from basics and include everything...give it a try! good luck learning!!
 
I taught it myself by first using jQuery and then trying to do the same without libraries. If you're the one who prefers learning-by-doing, that might be a way to go.
Good luck!
 
hi..
I recommend you to use CodeAcademy. I have used is CodeAcademy and W3school..but W3school demonstrates simple functionality.and you can also use js learning centers...it will help you.
 
if you want to test your code without buying hosting... there's always the JSFiddle option. it's a real time online javascript IDE
Look it up: http://jsfiddle.net/
 
I've also started JS learning lately, although not so intense yet. I would definitely recommend Lynda video's (easy to find on TPB if you don't wanna pay). Then later when you start coding, reach out to Stackoverflow & W3 schools for specific help.
 
Opt for interactive way of learning through codeacademy.com
Two way Interaction makes learning easier and lives in your long term memory
 
If you google with keywords "javascript tutorial" , you will get many useful results.
 
Back
Top