display an associative array in a multidimensional array javascript
问题 I am trying to display a specific associative array in a multidimensional array using the key username. so if a user inputs the username, the only value that will be displayed in the console would be the objects of the associative array "username" that is inputted by the user if it is stored. but every time that I am inputting a value the console does not display anything, what seems to be the problem of my code? Thankyou var storage = []; function viewUserArray() { var zName = document