From d1059118be8a6a1d0710596da25b43d931e8d799 Mon Sep 17 00:00:00 2001 From: 4Bee <109135643+4BFC@users.noreply.github.com> Date: Tue, 27 Aug 2024 01:50:42 +0900 Subject: [PATCH 01/41] =?UTF-8?q?=F0=9F=8C=B1:=20=20README=EC=9D=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Github에서 수정한 커밋입니다. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65b95b7..1f6e4ab 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ ## Lecture - 👨‍💻[CodingDev](https://youtube.com/playlist?list=PLZKTXPmaJk8KhKQ_BILr1JKCJbR0EGlx0&si=wYBdejCaW81DUMUj "코딩앙마-YouTube") - 👨‍💻[UdemyTs](https://www.udemy.com/course/best-typescript-21/?couponCode=SKILLS4SALEA "TypeScript-Udemy") +
+ Lecture List +
💻Ts-PlayGround - [Ts-PlayGround](https://www.typescriptlang.org/ko/play/?#code/Q "TypeScript PlayGround") From 06270b77abde46f73c4f7f10929062031af5cbdd Mon Sep 17 00:00:00 2001 From: 4Bee <109135643+4BFC@users.noreply.github.com> Date: Tue, 27 Aug 2024 01:51:09 +0900 Subject: [PATCH 02/41] =?UTF-8?q?=F0=9F=8C=B1:=20=20README=EC=9D=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Github에서 수정한 커밋입니다. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f6e4ab..6006d21 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ ## Lecture - 👨‍💻[CodingDev](https://youtube.com/playlist?list=PLZKTXPmaJk8KhKQ_BILr1JKCJbR0EGlx0&si=wYBdejCaW81DUMUj "코딩앙마-YouTube") - 👨‍💻[UdemyTs](https://www.udemy.com/course/best-typescript-21/?couponCode=SKILLS4SALEA "TypeScript-Udemy") -
- Lecture List -
+
+ Lecture List +
💻Ts-PlayGround - [Ts-PlayGround](https://www.typescriptlang.org/ko/play/?#code/Q "TypeScript PlayGround") From 5e69dee087c8e22c2766bb71f25ba87f00d44a01 Mon Sep 17 00:00:00 2001 From: 4Bee <109135643+4BFC@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:26:12 +0900 Subject: [PATCH 03/41] =?UTF-8?q?=F0=9F=8C=B1:=20=20README=EC=9D=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Github에서 수정한 커밋입니다. --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 6006d21..78053cd 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,31 @@ - 👨‍💻[UdemyTs](https://www.udemy.com/course/best-typescript-21/?couponCode=SKILLS4SALEA "TypeScript-Udemy")
Lecture List +
+ + - (14)숫자 문자열 및 불리언 작업하기: # + - (15)타입 할당 및 타입 추론하기: # + - (16)객체 형태: # + - (18)배열 타입: # + - (19)튜플 작업하기: # + - (20)열거형으로 작업하기: # + - (21)Any 타입: # + - (22)조합 타입: # + - (23)리터럴 타입: # + - (24)타입 알리어스 / 사용자 정의 타입: # + - (25)타입 알리어스 및 객체 타입: # + - (26)함수 반환 타입 및 "무효": # + - (27)타입의 기능을 하는 함수: # + - (28)함수 타입 및 콜백: # + - (29)알 수 없는 타입: # + - (30)절대 타입: # +
+
+ +
+
+ +
💻Ts-PlayGround From d7c13603bdf99aec39e291f290ff9883b6c29ca7 Mon Sep 17 00:00:00 2001 From: 4Bee <109135643+4BFC@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:29:25 +0900 Subject: [PATCH 04/41] =?UTF-8?q?=F0=9F=8C=B1:=20=20README=EC=9D=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Github에서 수정한 커밋입니다. --- README.md | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 78053cd..3f87b08 100644 --- a/README.md +++ b/README.md @@ -19,31 +19,35 @@
Lecture List
- - - (14)숫자 문자열 및 불리언 작업하기: # - - (15)타입 할당 및 타입 추론하기: # - - (16)객체 형태: # - - (18)배열 타입: # - - (19)튜플 작업하기: # - - (20)열거형으로 작업하기: # - - (21)Any 타입: # - - (22)조합 타입: # - - (23)리터럴 타입: # - - (24)타입 알리어스 / 사용자 정의 타입: # - - (25)타입 알리어스 및 객체 타입: # - - (26)함수 반환 타입 및 "무효": # - - (27)타입의 기능을 하는 함수: # - - (28)함수 타입 및 콜백: # - - (29)알 수 없는 타입: # - - (30)절대 타입: # + Section 2 +
    +
  • (14) 숫자 문자열 및 불리언 작업하기: #
  • +
  • (15) 타입 할당 및 타입 추론하기: #
  • +
  • (16) 객체 형태: #
  • +
  • (18) 배열 타입: #
  • +
  • (19) 튜플 작업하기: #
  • +
  • (20) 열거형으로 작업하기: #
  • +
  • (21) Any 타입: #
  • +
  • (22) 조합 타입: #
  • +
  • (23) 리터럴 타입: #
  • +
  • (24) 타입 알리어스 / 사용자 정의 타입: #
  • +
  • (25) 타입 알리어스 및 객체 타입: #
  • +
  • (26) 함수 반환 타입 및 "무효": #
  • +
  • (27) 타입의 기능을 하는 함수: #
  • +
  • (28) 함수 타입 및 콜백: #
  • +
  • (29) 알 수 없는 타입: #
  • +
  • (30) 절대 타입: #
  • +
- + Section 3 +

Section 3 content goes here.

- + Section 4 +

Section 4 content goes here.

-
+ 💻Ts-PlayGround - [Ts-PlayGround](https://www.typescriptlang.org/ko/play/?#code/Q "TypeScript PlayGround") From 978d9324d402345296c10769667d493fa022b5a5 Mon Sep 17 00:00:00 2001 From: 4Bee <109135643+4BFC@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:30:11 +0900 Subject: [PATCH 05/41] =?UTF-8?q?=F0=9F=8C=B1:=20=20README=EC=9D=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Github에서 수정한 커밋입니다. --- README.md | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 3f87b08..561da6c 100644 --- a/README.md +++ b/README.md @@ -18,35 +18,35 @@ - 👨‍💻[UdemyTs](https://www.udemy.com/course/best-typescript-21/?couponCode=SKILLS4SALEA "TypeScript-Udemy")
Lecture List -
- Section 2 - -
-
- Section 3 -

Section 3 content goes here.

-
-
- Section 4 -

Section 4 content goes here.

-
+
+ Section 2 + +
+
+ Section 3 +

Section 3 content goes here.

+
+
+ Section 4 +

Section 4 content goes here.

+
💻Ts-PlayGround From 859bffc8d411a795dd6949d3c03db4d57fe17fd4 Mon Sep 17 00:00:00 2001 From: 4Bee <109135643+4BFC@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:33:30 +0900 Subject: [PATCH 06/41] =?UTF-8?q?=F0=9F=8C=B1:=20=20README=EC=9D=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Github에서 수정한 커밋입니다. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 561da6c..7ca6af5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - 👨‍💻[UdemyTs](https://www.udemy.com/course/best-typescript-21/?couponCode=SKILLS4SALEA "TypeScript-Udemy")
Lecture List +     
Section 2