|
Helping ordinary people create extraordinary websites! |
JavaScript Syntax ReferenceNow that you've learned all the elements of JavaScript, you will often find you can recall what code means, but have trouble remembering the syntax. We've put together this handy syntax reference, covering everything we've learned so far. Bookmark this and refer back to it when writing JavaScript code; it will help you master the syntax quicker. For example, if you can't remember how to write a certain loop, just check the reference. var y = 10, x = "A string value"; Now that you've learned the language, head over to our Advanced JavaScript page for tips and tricks on common JavaScript issues.
|
|