Void(0) is used to prevent the page from refreshing and parameter “zero” is passed while calling.
Void(0) is used to call another method without refreshing the page.
Void(0) is used to prevent the page from refreshing and parameter “zero” is passed while calling.
Void(0) is used to call another method without refreshing the page.
“==” checks only for equality in value whereas “===” is a stricter equality test and returns false if either the value or the type of the two variables are different.
In order to detect the operating system on the client machine, the navigator.appVersion string (property) should be used.
The NULL value is used to represent no value or no object. It implies no object or null string, no valid boolean value, no number and no array object.
The functionality of delete operator is used to delete all variables and objects in a program but it cannot delete variables declared with VAR keyword.
Below given are the popup boxes supported by Javascript
Negative Infinity is a number in JavaScript which can be derived by dividing negative number by zero.
Exception::__toString gives the String representation of the exception.
The set_time_limit(0) added at the beginning of a script sets to infinite the time of execution to not have the PHP error ‘maximum execution time exceeded’.It is also possible to specify this in the php.ini file.
imagetypes() gives the image format and types supported by the current version of GD-PHP.