Removed the hint Fixes #41192 (#41215)

* Removed the hint Fixes #41192

* Removed the blank line as suggested
This commit is contained in:
Alexander Heß
2021-02-21 21:36:14 +01:00
committed by GitHub
parent fcbd3775b0
commit b12360d4a8

View File

@ -19,9 +19,6 @@ You start an array declaration with an opening square bracket, end it with a clo
Modify the new array `myArray` so that it contains both a `string` and a `number` (in that order).
**Hint**
Refer to the example code in the text editor if you get stuck.
# --hints--
`myArray` should be an `array`.