Write-higher-order-arrow-functions

Tell us what’s happening:

Your code so far



const realNumberArray = [4, 5.6, -9.8, 3.14, 42, 6, 8.34];
const squareList = (arr) => {
  "use strict";
  // change code below this line
  const squaredIntegers = arr;
  // change code above this line
  return squaredIntegers;
};
// test your code
const squaredIntegers = squareList(realNumberArray);
console.log(squaredIntegers);

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0.

Link to the challenge:

you didn’t tell us :frowning:

i’m sorry i sort it out this problem. thank for your helping hands

I dont understand what to do with this challenge

@nuhaDeveloper what part of it do you not understand it?