Select all correct options to write an IF statement for executing some code.
Explanation
Use the IF statement to specify a block of JavaScript code to be executed if a condition is true. Example:

    if(someCondition == true){
        // do something
    }
    else {
        // do something else
    }

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести