Conditional
conditional on javascript
- IF conditional
- IF ELSE conditional
- IF ELSE IF conditional
- Switch Statement
1.Example IF Conditional
in this case,we will write the program and show the text "hello world" when the variable X more than 10
if (condition){
you code
}
Learn Javascript Part III (Conditional)
4/
5
Oleh
Fata EL Islami