2021 JavaScript Cheatsheet | AND operator

PHOTO EMBED

Thu Sep 23 2021 01:30:48 GMT+0000 (Coordinated Universal Time)

Saved by @drack669 #javascript

if (continent === "Europe" && language === "Portuguese") {
  alert("You are from Portugal 🇵🇹");
} else {
  alert("You are not from Portugal");
}
content_copyCOPY

https://www.frontendcheatsheets.com/javascript