add missing inline-code block (#41153)

This commit is contained in:
Kelvin Sánchez
2021-02-17 15:24:53 -04:00
committed by GitHub
parent 10aee18748
commit 1fe1371b16

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(