From 09e0a96027fd628e7c86c1b7df7d965cd920d767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=92=E1=85=A1=E1=86=AB=E1=84=8C=E1=85=AE=E1=84=8B?= =?UTF-8?q?=E1=85=A7=E1=86=AB?= Date: Tue, 4 Apr 2023 16:55:52 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Feat:=20=EA=B0=9C=EB=B0=9C=EC=9E=90=20?= =?UTF-8?q?=EC=A4=80=EB=B9=84=ED=95=98=EA=B8=B0=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testFn.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testFn.js diff --git a/testFn.js b/testFn.js new file mode 100644 index 0000000..2e9f19f --- /dev/null +++ b/testFn.js @@ -0,0 +1,3 @@ +export default function testFunction() { + return
프론트엔드 개발자 잘 준비하기
; + } \ No newline at end of file From faa3cfff3e57430de081c174851602f5483bd2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=92=E1=85=A1=E1=86=AB=E1=84=8C=E1=85=AE=E1=84=8B?= =?UTF-8?q?=E1=85=A7=E1=86=AB?= Date: Tue, 4 Apr 2023 17:06:49 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Feat:=20=EB=A7=88=EC=9D=B4=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=A7=8C=EB=93=A4=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testFn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testFn.js b/testFn.js index 2e9f19f..f16df7e 100644 --- a/testFn.js +++ b/testFn.js @@ -1,3 +1,3 @@ export default function testFunction() { - return
프론트엔드 개발자 잘 준비하기
; + return
마이페이지
; } \ No newline at end of file