Prompt operator

 const num = Number( prompt("nuber is: "))


if (num === 55) {
    console.log("its a cool number");
}

Comments