function test(data){ return ['2899','2891',2899,2891].indexOf(data)!=-1?true:false } var a=2899 var res=test(a) console.log(res)