All about arrays and its method
What is arrays in js?
it is a type of non-preemptive data type in a js . it is know as collection of element store in a contiguous memory location.
creating and using array
creating an array
you can create a array using square brackets [] and seprate...
deepcss.hashnode.dev4 min read