Basic Algorithm Scripting - Falsy Bouncer

Just an fyi…3 or 4 links under the Popular Links section of the “get a hint” page, are linking to a dead page…

function bouncer(arr) {
  let newArr = arr.slice();
  
  

  
}

console.log(bouncer([7, "ate", "", false, 9]));

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0

Challenge: Basic Algorithm Scripting - Falsy Bouncer

Link to the challenge:

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.