filmov
tv
Day 2 Conditional Statements If Else | 10 Days of JavaScript | HackerRank

Показать описание
Day 2: Conditional Statements: If-Else 10 Days of JavaScript HackerRank
In this challenge, we learn about if-else statements. Check out the attached tutorial for more details.
Explanation 0
Because score = 11 it satisfies the condition 10 less than score less than or equal to 15 (which corresponds to D). Thus, we return D as our answer.
In this challenge, we learn about if-else statements. Check out the attached tutorial for more details.
Explanation 0
Because score = 11 it satisfies the condition 10 less than score less than or equal to 15 (which corresponds to D). Thus, we return D as our answer.