So, coming from some basic knowledge of C++ and Unreal Engine coding, I am very curious about the arrow function call/declaration.
Is the — const functionname = () => — way the norm, or just the way Codecademy prefers to teach?
is the — function functionname{} — still okay to use and take with me to a possible career, or should I get used to using the arrow function way of doing it?
Thanks in advance, and I’m really enjoying the way the content is taught. WAY WAY WAY better than DataCamp, just sayin’.