chore(i18n,curriculum): update translations (#41945)

This commit is contained in:
camperbot
2021-04-30 00:43:46 +09:00
committed by GitHub
parent 3b056aa7b4
commit 2762d4b8e5
14 changed files with 67 additions and 51 deletions

View File

@ -2,8 +2,8 @@
id: bd7123c9c441eddfaeb4bdef
title: 给代码添加注释
challengeType: 1
videoUrl: 'https://scrimba.com/c/c7ynnTp'
removeComments: false
videoUrl: 'https://scrimba.com/c/c7ynnTp'
forumTopicId: 16783
dashedName: comment-your-javascript-code
---

View File

@ -19,7 +19,7 @@ var sandwich = ["peanut butter", "jelly", "bread"]
# --instructions--
创建一个包含字符串(`string`)和数字( `number`)(按照字符串数字的顺序)的数组`myArray`
创建一个包含字符串(`string`)和数字( `number`)(按照字符串数字的顺序)的数组 `myArray`
# --hints--