Newer
Older
j2321-tanakai / 1.js
@Tanakai Fuga Tanakai Fuga on 23 Jul 2024 160 bytes Update 1.js
alert("っっっっこお")
let evaluation = "good";
if(evaluation == "good"){
   console.log("購入する");
} else {
   console.log("購入をやめる");
}