Sobes.tech
Middle+

Należy napisać metodę do pobierania wartości po kluczu obiektu z nieograniczoną głębokością i sygnaturą get(path: string, data: Record<string, unknown>): unknown const data = { user: { profile: { name: 'Imię' } } } get('user.profile.name', data)