Files
30-seconds-of-code/collections/js/object-key-transformations.yaml
Angelos Chalaris 9d032ce05e Rename js snippets
2023-05-19 20:23:47 +03:00

17 lines
586 B
YAML

slug: js/object-key-transformations
name: JavaScript Object Key Transformations
featured: true
snippetIds:
- js/s/lowerize
- js/s/upperize
- js/s/map-object-keys
- js/s/rename-object-keys
- js/s/deep-map-object-keys
- js/s/symbolize-object-keys
splash: plant-window.png
description: >-
Sometimes, object keys aren't exactly what you want them to be. Luckily, this
snippet collection has you covered with a variety of functions that can help
you transform them to your liking.
shortDescription: Easily transform object keys to your liking with this snippet collection.