add missing inline-code block (#41153)

pull/41162/head
Kelvin Sánchez 2021-02-17 15:24:53 -04:00 committed by GitHub
parent 10aee18748
commit 1fe1371b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Add `["Paul",35]` to the beginning of the `myArray` variable using `unshift()`.
# --hints--
`myArray` should now have \[["Paul", 35], ["dog", 3]].
`myArray` should now have `[["Paul", 35], ["dog", 3]]`.
```js
assert(