Javascript Check Value Exist in Array

Aug 20, 2018

ES2016 / ECMAScript 2016 Array.includes (Chrome 68)

['japan', 'taiwan'].includes('japan')  // true

ES6 / ECMAScript 6 / ECMAScript 2015 Set

const countries = new Set(['japan', 'taiwan'])countries.has('japan')  // true

Lodash includes

_.includes(['japan', 'taiwan'], 'japan')  // true

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.