Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday, 4 January 2020
Implementing GetPropertyNames in Typescript
›
I am currently working on a Linq-like library for Typescript and wanted to implement something like GetProperties of C# in Typescript / Java...
1 comment:
Tuesday, 31 December 2019
Aggregate in Typescript
›
I have implemented Aggregate method in my Linq library written for Typescript. if (!Array.prototype.Aggregate) { Array.prototype.Aggreg...
1 comment:
DistinctBy operator written in Typescript
›
I am extended my Linq library for Typescript with many more methods! Here is my implementation of DistinctBy. if (!Array.prototype.Disti...
1 comment:
‹
›
Home
View web version