Code editor show syntax error with Arrow Functions

try this in the code editor

hello = () => {
  return "Hello World!";
}
Community Page
Last updated: