I am declare a multi-dimensional array then I want to get a single index output.
like I want to output “A” . How can I do it help please
code link https://codepen.io/arnabchakma-the-vuer/pen/OJgXZWZ
I am declare a multi-dimensional array then I want to get a single index output.
like I want to output “A” . How can I do it help please
What have you tried so far, what results did you get?
I get full array result because iam document.write(multiArray)
I should output document.write(ArrayResult) now I found my mistake
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.