diff --git a/1-js/02-first-steps/04-variables/1-hello-variables/solution.md b/1-js/02-first-steps/04-variables/1-hello-variables/solution.md index efdde50ba..cb690b436 100644 --- a/1-js/02-first-steps/04-variables/1-hello-variables/solution.md +++ b/1-js/02-first-steps/04-variables/1-hello-variables/solution.md @@ -1,4 +1,4 @@ -In the code below, each line corresponds to the item in the task list. +Trong mã bên dưới, mỗi dòng tương ứng với mục trong danh sách tác vụ. ```js run let admin, name; // có thể khai báo hai biến cùng lúc