编码新手,我想念什么?

在JS上工作,我缺少什么?谢谢

修改下面的功能,以仅问候名字中带有偶数字母的用户

function helloYou(name)
 numbers.filter (n => n % 2 =i= 1);{

}

/* Do not modify code below this line */

console.log(helloYou('Bob'), `<-- should return undefined`)
console.log(helloYou('Anna'), `<-- should return "Hello, Anna!"`)