Wed Sep 25 2024 11:19:24 GMT+0000 (Coordinated Universal Time)
Saved by @linezito
const fruits = ["apple", "banana", "grapes", "peaches"] if(fruits.includes("carrots")) { console.log('idla lelo carrot') } else { console.log('ngifuna i fruit') }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments