Puzzled Use Arrow Functions to Write Concise Anonymous Functions

Tell us what’s happening:
I couldn’t find the arrow sign in my keyboard.How can I make this?

Your code so far


var magic = function() {
  "use strict";
  return new Date();
};

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/es6/use-arrow-functions-to-write-concise-anonymous-functions