How to make a functoinal component with arrow fucntion in React.js code example
Example: react arrow funvtion
//declaring arrow function
hello = () => {
return "hello world";
}
//declaring arrow function
hello = () => {
return "hello world";
}