Please specify the conditions that need to be met for the if block to be executed.
if (...) {
console.log("Correct output");
}
else {
console.log("Incorrect output");
}Please specify the conditions that need to be met for the if block to be executed.
if (...) {
console.log("Correct output");
}
else {
console.log("Incorrect output");
}Create a free account to access the full topic