Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q109 I am thinking of learning JavaScript as it would appear to be extremely useful and effective. However, I have no previous programming experience other than HTML. Do you think this is feasible or is it too ambitious?

You are here: irt.org | FAQ | JavaScript | General | Q109 [ previous next ]

JavaScript is an excellent language to learn for a beginner:

  1. You can code the programs in a text editor.
  2. No need to compile anything.
  3. You can run the code by just using a web browser.
  4. Its fun.
  5. The specs are all available on the web.
  6. Its an easy introduction in Object-Oriented programming.

Theres an excellent tutorial available by a chap called Stefan Koch at http://rummelplatz.uni-mannheim.de/~skoch/ I believe you can also download his complete site as a zip file.

Books - take a look at the recommended books section.

Feedback on 'Q109 I am thinking of learning JavaScript as it would appear to be extremely useful and effective. However, I have no previous programming experience other than HTML. Do you think this is feasible or is it too ambitious?'

©2018 Martin Webb