Ad
Code
Diff
  • const helloWorld = name => `Hello World ${name}`;
    • const helloWorld = (name) => `Hello World ${name}`;
    • const helloWorld = name => `Hello World ${name}`;