Good morning, My dear, I need an orientation on comparing values between two Array's in JavaScript. I am working on a small lottery simulator where the code starts with the first Array containing 6 numbers, the second Array will store the 6 numbers entered by the user.
At this point everything ok, however, you need to compare the two Arrays and print how many and which numbers were successful. Can anyone give me strength at that point in the code. Thank you in advance for your attention.