Well, you are adding an array to the beginning of myArray, so you will need square brackets to do that. If you still need help then please post your most current code in here so we can see what you did.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.
Instead, please explain what you are confused about. You are calling the unshift method correctly. You just aren’t adding what the instructions are asking you to add.
“Add ["Paul", 35] to the beginning of the myArray”
What do you not understand about these instructions?