79650184

Date: 2025-06-02 18:56:48
Score: 1.5
Natty:
Report link

Nevermind, I was able to figure it out.

for (let i = 0; i < p2.split(' ').length; i++) {
  return "" + p1.split(',').filter(game => game.toLowerCase().indexOf(p2.toLowerCase().split(' ')[i]) > -1);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: c4l