Untitled

 avatar
unknown
plain_text
2 years ago
120 B
4
Indexable
const x = null;
if (likelyToRain == true) {
    x = "rain boots";
else if (likelyToRain == false) {
    x = "sun hat";
}
Editor is loading...