1. WELCOME
2. BASICS
4. OPERATORS
3. ADVANCED TOPICS
2. INHERITANCE
3. CLOSURES
1. MODULES
2. NAMESPACES
4. OPTIMIZATION
6. BOOKMARKLETS
4. BROWSER BUGS
6. ADVANCED WEB CLIENT PROGRAMMING
4. HANDLING XML
5. DESIGN MODE
7. JAVASCRIPT OUTSIDE HTML
9. APPENDICES
1. INDEX
2. LINKS
5. CONTRIBUTORS
[My advice
if you don’t have great memory. Don’t try to learn them at all. While making
your code refer to them as much as you can, so that they become part of your
holistic memory]
This page contains a list of reserved words in JavaScript, which cannot be
used as names of variables, functions or other objects.[edit] Reserved JavaScript keywords
- break
- case
- catch
- continue
- default
- delete
- do
- else
- false
- finally
- for
- function
- if
- in
- instanceof
- new
- null
- return
- switch
- this
- throw
- true
- try
- typeof
- var
- void
- while
- with
[edit] Words reserved for JavaScript in the future
These words are reserved by ECMAScript v3 for future versions of JavaScript:- abstract
- boolean
- byte
- char
- class
- const
- debugger
- double
- enum
- export
- extends
- final
- float
- goto
- implements
- import
- int
- interface
- long
- native
- package
- private
- protected
- public
- short
- static
- super
- synchronized
- throws
- transient
- volatile
No comments:
Post a Comment