Extending JavaScript Arrays with TypeScript
I have been working on yet another Angular app for a few months. Recently I found myself on a complex screen. I discovered that I have to manipulate arrays in TypeScript quite a bit. I found myself missing some functionality that I am accustomed to in C#, such as Linq. I also found some older …
Continue reading ‘Extending JavaScript Arrays with TypeScript’ »