diff --git a/2-js-basics/1-data-types/translations/assignment.ko.md b/2-js-basics/1-data-types/translations/assignment.ko.md new file mode 100644 index 00000000..ef19a326 --- /dev/null +++ b/2-js-basics/1-data-types/translations/assignment.ko.md @@ -0,0 +1,11 @@ +# 데이터 타입 연습 + +## 설명 + +쇼핑 카트를 만든다고 상상해봅시다. 필요한 데이터 타입들에 대한 문서를 작성해봅시다. 어떻게 그런 타입들을 고르게 됐습니까? + +## 평가 기준 + +기준 | 모범 답안 | 적당한 답안 | 개선이 필요한 답안 +--- | --- | --- | --- + | 6가지 데이터 타입을 나열하고 자세히 살펴본 뒤 용도를 문서화한 경우 | 4가지 데이터 타입을 탐구한 답안 | 2가지 데이터 타입을 탐구한 경우