I do not have a problem, simply a question.
I am doing a Codecademy Tutorial using arrays and objects.
In the array, I have the various parts of an address including:
address: ["236 Apple Lane", "San Jose", "California", "95119"]
But if I change the code to a single quote like:
address: ['236 Apple Lane', 'San Jose', 'California', '95119']
It still works, AND, is actually part of the "Tip" in sorts that you should follow. I'm confused that both work. Are both correct? Or is one more preferred than the other in arrays?
Codecademy is flawed in sorts and I'd like to get a professionals opinion. I love this forum and it's inhabitants so I look forward to hearing your response. Thank you for taking the time to read this message and have a wonderful Tuesday!