-
Hajipur, Bihar, 844101
Sharpen your programming skills by solving a new JavaScript coding problem everyday!
Positive
To unlock the official solution code and explanation, you must successfully solve today's challenge or wait for today's challenge to end.
let n = 10;
if (n > 0) {
console.log("Positive");
}