check if jsx value is in array code example Example: react check if array contains value console.log(['joe', 'jane', 'mary'].includes('jane')); //true