1 Star 0 Fork 0

Sunny / type-challenges

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

Pop 中級 #array

by Anthony Fu @antfu

挑戦する    English 简体中文 한국어

この課題ではTypeScript 4.0が推奨されます

配列 T を受け取り、最後の要素を除いた配列を返す汎用的な Pop<T> を実装してください。

例えば

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

type re1 = Pop<arr1> // expected to be ['a', 'b', 'c']
type re2 = Pop<arr2> // expected to be [3, 2]

おまけ: 同様に ShiftPushUnshift も実装できますか?


戻る 解答を共有 解答を確認

関連する課題

14・First of Array 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

搜索帮助

344bd9b3 5694891 D2dac590 5694891