mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-22 14:23:06 +02:00
update quiz 4-2-1 questionText
This commit is contained in:
@@ -376,7 +376,7 @@
|
||||
"title": "Lesson 4 - JavaScript 기초 - 데이터 타입: 강의 후 퀴즈",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "상수(const)는 let 과 var에서 다음 기능만 사용하는 것과 같다.",
|
||||
"questionText": "상수(const)는 다음을 제외하고 변수를 선언 시 let과 var과 같다.",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "반드시 초기화되어야 한다",
|
||||
|
Reference in New Issue
Block a user