As we learned, a variable can hold only one value, for example, var i = 1, we can assign only one literal value to i. We cannot assign multiple literal values to a variable i. To overcome this problem, JavaScript provides an array. There is a special...
swadhina.hashnode.dev4 min read
No responses yet.