The best way to learn any programming language is by practice. Javascript is
not an exception to this rule, so we will introduce a lot of code in the
articles of this series. In this article, you will be introduced to the very
basic concepts of the Javascript language. We discuss comments, keywords,
identifiers, statements and the semicolon, case sensitivity and white spaces.
Note that our examples at this time are limited and we will focus more on the
concepts, but after a few articles we are going to discuss many examples on each
concept.
Read the full article here:
The Power of javascript: Basic Concepts
For more discussion go here:
Blog Article Discussion