Ad
Code
Diff
  • const hello = () => 'world';
    • function hello() {
    • return "world";
    • }
    • const hello = () => 'world';