[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/ultimatepoints/event/listener.php on line 438: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4626: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3358)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4626: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3358)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4626: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3358)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4626: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3358)
DIXI-Servers • "Отлична оценка" в JavaScript
Page 1 of 1

"Отлична оценка" в JavaScript

Posted: Sat Jun 13, 2020 11:24 am
by Dixiklo.

Code: Select all

function solve(arg) {
    let grade = Number(arg);
    if(grade >= 5.50) {
        console.log("Excellent!")
    }
    else {
        console.log("Very good. Next time better!");
    }
}

solve("5.95");
Променете си параметрите от solve("X"), ако е 5.50+ значи е отлична, ако е под => "Very good. Next time better!".