Published Aug 29 2019
Psssst! The 2023 WEB DEVELOPMENT BOOTCAMP is starting on FEBRUARY 01, 2023! SIGNUPS ARE NOW OPEN to this 10-weeks cohort course. Learn the fundamentals, HTML, CSS, JS, Tailwind, React, Next.js and much more! ✨
Use the includes()
method on the array instance.
For example:
['red', 'green'].includes('red') //true ✅
['red', 'green'].includes('yellow') //false ❌