1 Star 0 Fork 0

Sunny / type-challenges

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.ko.md 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
antfu 提交于 2023-01-11 00:37 . chore: update index

First of Array 쉬움 #array

by Anthony Fu @antfu

도전하기    English 简体中文 日本語

배열(튜플) T를 받아 첫 원소의 타입을 반환하는 제네릭 First<T>를 구현하세요.

예시:

type arr1 = ['a', 'b', 'c']
type arr2 = [3, 2, 1]

type head1 = First<arr1> // expected to be 'a'
type head2 = First<arr2> // expected to be 3

돌아가기 정답 공유하기 정답 보기

관련된 문제들

15・Last of Array
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ztes/type-challenges.git
git@gitee.com:ztes/type-challenges.git
ztes
type-challenges
type-challenges
main

搜索帮助