July 1998
Intermediate to advanced
1456 pages
65h 5m
English
if — NN 2 IE J1 ECMA 1
A simple conditional statement that provides one alternate execution path.
if (condition) {statement(s) if true}
if (myDateObj.getMonth() == 1) {
calcMonthLength()
}Read now
Unlock full access