Using Emojis with JavaScript
while(🎄) {
return 🎁
}
if (☔ || 🌞 || ❄️ || 🌪️) {
return ☕ + 📚
}
while(📚) {
console.log("Do not disturb!")
}
<strong>💪</strong>
const life = friday ? 🍷 : 💼
const tfl = (🚇, destination) => {
return 🚇 + destination
}
if(🇬🇧) {
while(🌞 > 28) {
return ☔
}
}
if(🇬🇧) {
while(❄️ < 10) {
return 🌞
}
}
let triathlon = [🏃♀️, 💻, 💤]