Kononov Space
  • Main
  • Articles
  • Tech Recipes
  • About me
  • Contacts
  • Conferences
  • About Project
Subscribe

array

A collection of 1 post
[RECIPE]: distinct operation for array
recipe

[RECIPE]: distinct operation for array

Being web full stack developer after years of .NET work sometimes brings you to a blind alley. For example, such trivial thing as `.distinct()` function for array, which is not present in TS/JS. So, let's find out how to do the same. const data: ItemType[] = [{id: 1}, {id: 1}
Sep 20, 2020
Kononov Space © 2023
Powered by Ghost