ARRAY DESTRUCTURING IN JAVASCRIPT
Arrays are one of the data structures in Javascript. An array allows us to collect data items into a list. Each data item in an array has an index attached(0-indexed). For example, an array of students offering a course is seen below.
const students ...
oyinolatunji.hashnode.dev3 min read