Bad task instructions

Hello,

first of all sorry for my english… But i found a bad instructions in this lesson
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/es6/write-higher-order-arrow-functions/

You have an array of numbers and there does not exit numbers which you want to print out and i should change code only between line 4 and 6… :wink:
You can see it in this screenshot…

You are not squaring the integers, you are only filtering the array in your example.

1 Like

aha that is what i supposed to do :smile: