add missing inline-code block (#41153)
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user