Home › Forums › JavaScript › 2 arrays – printing when they match up › Re: 2 arrays – printing when they match up
June 25, 2013 at 9:43 pm
#140447
Participant
I don’t have time to play with this now. But in your if statement you are assigning price to carMake, it should be `==` or better yet `===`.