Open mjrlowe opened 5 years ago
They start off as an empty array and then get added to so the cannot be constand should be var or let instead.
const
var
let
They start off as an empty array and then get added to so the cannot be
const
and should bevar
orlet
instead.