Thursday, March 5, 2020

Substring contains condition using ReactJS

if (weather.includes("Haze")){
vWeather = "Haze";
} else if (weather.includes("Clouds")){
vWeather = "Clouds";
}

No comments:

Post a Comment

Popular Posts