Skip to content

Commit

Permalink
230115 | mac auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
wally-wally committed Jan 15, 2023
1 parent 2bdbb45 commit 8e89109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 09_ts/05_ts-all-in-one/first.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ const arr3: Array<number> = [1, 2];
// tuple: 길이가 고정된 배열(각 원소별 타입도 정확히 일치해야 함)
const tuple: [number, number, string] = [1, 2, '3'];

// 객체
const obj: { lat: number, lon: number } = { lat: 37.5, lon: 127.5 };

0 comments on commit 8e89109

Please sign in to comment.