let data=[{title:'Favorite Food',body:'I like pizza'},{title:'Location', body:'I live in a city'}]
Can you spot the distinction between these two code snippets based on the provided data?
console.log('Data:', data);
console.log('Data'+data);
What causes the variation in console output?
View this image for reference: https://i.sstatic.net/GhRQc.png