MofuMofu2 / typescript-sandbox

MIT License
0 stars 0 forks source link

配列の破壊的変更に関する練習 #37

Closed MofuMofu2 closed 1 year ago

MofuMofu2 commented 1 year ago

ポケモンの600族を配列で持ちたい 初代→最新の昇順に並べる

パラメータはpokeapiから取得する。

id: number // 図鑑番号
name: string // ポケモン
types [string, string] // タイプ

TODOリスト

参考URL