Arrays are like a set of primitive types that is used to store information in them in the form of numbers, strings, booleans etc. Arrays can be modified by adding or removing data. let lottoNumbers = [1, 2, 3, 4, 5, 6]; Object literals are also like...
saqibs.hashnode.dev1 min read
No responses yet.