Facing error in this

Tell us what’s happening:

Your code so far


//  let magic = function() {
//    "use strict";
//    return new Date();
//  };
const magic=()=>{
  "use strict";
  return new Date()
}

Your browser information:

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

Link to the challenge:

Even though i didnt use function keyword…its showing i have used function keyword

Okay…got it…thanks a lot for the help