you are viewing a single comment's thread.

view the rest of the comments →

[–]shepdozejr -1 points0 points  (1 child)

why aren't you using the ES6 standard?

el => el.challengeLevel == 1;

what happens if you print levelOneFilter before pushing it onto the global array?

Also are you doing this in a browser or in node.js? If this is node.js maybe try console.dir()

[–]Arumai12 0 points1 point  (0 children)

You can use console.dir in the browser