The Web program is divided into two kinds of client program and server-side program , whether b/S or C/s architecture.
ASP . NET is a powerful tool for developing server-side programs , but sometimes to reduce server burden and traffic, This requires writing programs that can be executed on the client side.
The scripting language is a tool for developing client-side execution programs. (It is more efficient to combine scripting language with ASP.)
Basic syntax requirements for the 2.3 JavaScript language
Basic syntax requirements
1. Case-sensitive
2. Writing format
The JavaScript language ignores spaces between statements, blank lines, indents, and so on.
In order to improve the readability of the program, these formats should be used to make the program clearer and more readable.
Use good habits when writing code, which is beneficial for commissioning and future maintenance. Returns 2.3
3. Where JavaScript is placed
can be placed in
Introduction to JavaScript language