Learn better through exercises and quizzes using our syllabus guidance and live AI feedback.
// Example variables
let x = 10;
// If-else statement
if (x > 10) {
console.log("x is greater than 10");
} else if