I keep coming across lots of '=>' in the code I found on the internet. Could someone please explain it to me as if I were 5 years old?
(I'm searching for the specific code, and I'll share it here once I locate it)..
Found it:
var directive = () =>
{
return new MyDirective();
};