How do I link one array index to another array index that is being generated randomly? Javascript
Im trying to make a simple webpage that shows random quotes. These are in Russian. I also want to show the translation in a separate box. The quotes are being picked at random. How do I link the index of…