[0:"123"] how to fetch this value from this array in javaScript code example
Example: https://javascript array
let fruits = ['Apple', 'Banana']
console.log(fruits.length)
// 2
let fruits = ['Apple', 'Banana']
console.log(fruits.length)
// 2