From 3728eeaa95537741d10e9f6dbcc2da9b59dbfc57 Mon Sep 17 00:00:00 2001 From: I_am_Vietnam <91591390+ImVietnam@users.noreply.github.com> Date: Sun, 19 Feb 2023 13:07:13 +0700 Subject: [PATCH] Update solution.md --- 1-js/02-first-steps/04-variables/1-hello-variables/solution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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