79826549

Date: 2025-11-21 13:35:47
Score: 0.5
Natty:
Report link

You can do that using indexOf:

const numeros=[2,11,4,40,100,8,101];
const encontrar=numeros.indexOf(100);
console.log(encontrar);

Reasons:
  • RegEx Blacklisted phrase (2): encontrar
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: Lajos Arpad