javascript Verificar se array de strings contem alguma palavra especifica filter

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Verificar se array de strings contem alguma palavra especifica filter相关的知识,希望对你有一定的参考价值。

const img = ['svg', 'jpg', 'jpeg', 'gif', 'png'];
const doc = ['msword', 'spreadsheetml', 'wordprocessingml', 'doc', 'docx', 'xls', 'xlsx', 'pdf'];

const docTest = doc.some(el => iconType.includes(el));
const imgTest = img.some(el => iconType.includes(el));

以上是关于javascript Verificar se array de strings contem alguma palavra especifica filter的主要内容,如果未能解决你的问题,请参考以下文章

sql Verificar se ForeignArchivelogsestãosendoaplicados

sh Como verificar se uma porta esta em uso / sendo escutada

text verificar searrayénuloou existe

sh verificar porta queumserviçoUSA

sh verificar porta queumserviçoUSA

sh verificar porta queumserviçoUSA