Javascript - Functions
[Suggest, Read ]
|
To keep the browser from executing a script when the page loads, you can put your script into a function.A function contains code that will be executed by an event or by a call to the function.You may call a function from anywhere within a page (or even from other pages if the function is embedded in an external .js file).
Functions can be defined both in the and in the section of a document. However, to assure that a function is read/loaded by the browser before it is called, it could be wise to put functions in the section. |
Rating:
Type: Free
Points Required: 0
|
Javascript Basics - Variables
[Suggest, Read ]
|
Learn about Javascript |
Rating:
Type: Free
Points Required: 0
|
Testing Types
[Suggest, Read ]
|
Learn about various types of testing |
Rating:
Type: Free
Points Required: 0
|
Effective software testing
[Suggest, Read ]
|
A quality control activity aimed at evaluating a software item against the given system requirements. This includes, but is not limited to, the process of executing a program or application with the intent of finding software bug |
Rating:
Type: Free
Points Required: 0
|
Software Testing
[Suggest, Read ]
|
An examination of the behavior of the program by executing on sample data sets. Testing can find faults. When they are removed, software quality is improved. |
Rating:
Type: Free
Points Required: 0
|
First << 12 13 14 15 16 >> Last |