umma.dev

JavaScript with Emojis

Using Emojis with JavaScript

JavaScript with Emojis

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 = [🏃‍♀️, 💻, 💤]