const friendsList = ["Abir", "Lalkhan", "Lion", "Shamol", "Kabir", "Shabir"]; if (friendsList.includes("Lion")) { console.log("Lion is Exists"); } //Output: Lion is Exists