arrow function use in react for this code example Example: react arrow funvtion //declaring arrow function hello = () => { return "hello world"; }