F
Frank H. Shaw
In JavaScript
if (expression) {
statements if express is true
} else {
statements if express is false
}
The question is if the if else will not support only one line in the the {
will let more then one line if i use braces is this correct and can the
statements be in HTML unstead of javascript.
I THANK YOU ALL FOR MY TREADS I HAVE BEEN POSTING AND EVERY ONE HAS BEEN
MOST HELPFUL.
if (expression) {
statements if express is true
} else {
statements if express is false
}
The question is if the if else will not support only one line in the the {
will let more then one line if i use braces is this correct and can the
statements be in HTML unstead of javascript.
I THANK YOU ALL FOR MY TREADS I HAVE BEEN POSTING AND EVERY ONE HAS BEEN
MOST HELPFUL.