javascript if variable available set value or code example
Example: javascript check if variable exists
if (typeof myVar !== 'undefined') {
// myVar is defined
}
if (typeof myVar !== 'undefined') {
// myVar is defined
}