Q. Which symbol is used to create a template literal? (A) ` (B) ' (C) " (D) ~ ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) ` Explanation: Backticks (`) are used to create template literals in JavaScript.