Easy
This question is a daily question and will count towards your daily streak.
Which line of code is missing to make the following script output "Hello, John!" in the console?
1let greeting = "Hello";2let name = "John";3// Missing line here4console.log(message);