mdn arrays js code example
Example: javascript arrays
Arrays = 'Arrays are variables that hold multiple Values. PS. they dont have to be of the same type.'
const Array = ['Hello', 'World', 100, 50]
Arrays = 'Arrays are variables that hold multiple Values. PS. they dont have to be of the same type.'
const Array = ['Hello', 'World', 100, 50]