Arrays An array is a single variable that is used to store different elements. Arrays are a powerful and comprehensive tool of Javascript. Example:- let num = 10 ; Here, num is a variable and 10 is a value. Now, we want to store multiple values in a...
jatinfoujdar.hashnode.dev6 min read
No responses yet.