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