Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is printed by the code below?
JavaScript
let name = "Ali";console.log(`Hello ${name}`);
let name = "Ali";
console.log(`Hello ${name}`);
Err A syntax error
Hello Ali
undefined
Hello name
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!