Re-tag function snippets

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-18 19:42:11 +03:00
parent c2fdfac6ce
commit 8cb9469ff4
25 changed files with 28 additions and 28 deletions

View File

@ -1,6 +1,6 @@
---
title: mapKeys
tags: object,function,intermediate
tags: object,intermediate
---
Creates an object with keys generated by running the provided function for each key and the same values as the provided object.