If-else
Created by Codedamn about a year ago
0
No description provided
5 Comments
2
const difficulty = "easy";
console.log(Conditional Statements are ${difficulty}
);
1
If this is a beginners course, in order to explain the if-else concept it's necessary to explain what comparison operators are and what it's the syntax for each of them in JavaScript. For those who don't know about this check this website: https://www.w3schools.com/js/js_comparisons.asp, maybe it will help you.
0
Enjoying
0
5.04k views till 16-12-22
show more answers
Your comment