What's an Array An array is a special type of variable, which can store multiple values using special syntax. Every value is associated with numeric index starting with 0. Square brackets[ ] are used to declare/represent an Array. JavaScript arrays a...
shubhambhoj.hashnode.dev7 min read
No responses yet.