Exercise #140: Easy Tuple To Object
Type Challenges (Utility Types) ยท 02-easy
Goal

Goal: Given an array, transform to an object type and the key/value must in the given array. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00011-easy-tuple-to-object Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/easy-tuple-to-object.md

Run "Check Solution" to validate your code in the browser.