Untitled

Anonymous
plain_text
03/04/2023 10:22 PM
160 B
10
Indexable
const x = null;
if (likelyToRain == true) {
    x = "rain boots";
else if (likelyToRain == false) {
    x = "sun hat";
}
Editor is loading...