0
kicks
Arrow function expressions in TypeScript
This is an introductory post that shows examples of arrow functions usage in TypeScript and explains how they differ from standard function expressions in terms of this keyword binding.