React ES6 Функции стрелки
hello = () => {
return "Hello World!";
}
Ankur
hello = () => {
return "Hello World!";
}