get help in general - we have more specialized help rooms here: https://gitter.im/FreeCodeCamp/home
thecodingaviator on master
remove A (#31157) (compare)
:star: 621 | @abhisekp | http://www.freecodecamp.com/abhisekp
:star: 1071 | @saintpeter | http://www.freecodecamp.com/saintpeter
var city = prompt(" Which is your favourite city!").toUpperCase();
switch(city){
case'Florida':
if(city && Florida){
console.log(" Awesome city to leave in");
}else{
console.log(" Florida is not awesome");
}
break;
case'Broklyn':
if(city || Broklyn){
console.log("Gangstar area in the USA");
}else{
console.log("Not a ganstar city!");
}
break;
case'Texas':
console.log("Partly dorminated by rich africans");
break;
default:
console.log(" You entered a wrong city");
}
Find other libraries at http://jster.net
See Also: :loop: Quick JS | :watch: Challenges | :wrench: Exercises | :clipboard: Editors | :newspaper: Blogs | :books: Books