Working & Rules Of JavaScript
Working :
- Provides a fairly complete set of built-in functions and commands.
- Performs math calculations, manipulate strings, play sounds, open new windows and new URLs and access and verify user input to the web forms.
- Set attributes or properties of web page elements, Activex Controls, applets and other objects present in browser.
Rules :
- Java Script is case sensitive.
- Java Script is flexible about statements.
- Make sure to add a semicolon at the end of each statement.
- Group statement into blocks each block may be the body of a fuction and section of code that gets executes in a loop or as part of a condition test.
| Print article | This entry was posted by on October 13, 2009 at 5:42 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

