React ES6 Funkcje strzałek
hello = () => {
return "Hello World!";
}
Ankur
hello = () => {
return "Hello World!";
}