JSFiddle - React, Tailwind, and code Playground
by s_hiroshi
JavaScript
[['あ', 'a'], ['い', 'b'], ['う', 'c']].forEach(function([key, value], index) {
console.log(`index: ${index}, value: ${key}, ${value}`)
})
by s_hiroshi
[['あ', 'a'], ['い', 'b'], ['う', 'c']].forEach(function([key, value], index) {
console.log(`index: ${index}, value: ${key}, ${value}`)
})