Posts by chimpa93 • 23 points
1 post
-
1
votes2
answers760
viewsQ: What is the difference between Array/array, Object/Object, etc?
I’m right at the beginning of my programming study and I’m not quite clear on these types with the first letter capitalized in Javascript, as Number, Array, Object, etc.. let a = Array let b = [1,…