Erroneous console output @ Basic Data Structures chapter

Hi,

A simple bug but could mislead the beginners. freeCodeCamp console prints out outputs without any array brackets [], so an array supposed to be printed as [0,0,0,0] is printed 0,0,0,0.

Cheers :wink: