Hello everyone:
‘Run Test’ button is not responding to my clicks.
I have been trying to test my code snice yesterday .
Your code so far
var magic = function() {
return new Date();
};
const magic = () => {
return new Date();
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.47
Challenge: ES6 - Use Arrow Functions to Write Concise Anonymous Functions
Link to the challenge: