ARRAYS IN JAVASCRIPT Arrays are variables which can hold more than one value.Arrays can also hold values of more than one type at a time. const fruits = [“banana”, “apple”, “grapes”] const a1 = [7,"SARTHAK",false] //can hold different type of data...
sarthak5184.hashnode.dev4 min read
No responses yet.