Q: WHY BACK TICK FOR STRING? ============================ Text: ===== age = 23 Your Age is 24 by next year. You are 23 years old. 'Your Age is' + ' ' + (age+1) + ' ' + 'by next year' "You are " + age + " years old" `Your Age is ${age + 1} by next year` Ex:01: ==== let age = 23; console.log("Your Age is "+(age + 1)+" by next year"); console.log(`Your Age is ${(age + 1)} by next year`); ======================== Ex:02: ===== var a = 12; var b = 13; var c = 14; var s = a+b+c; console.log(`The Sum of the given three numbers ${a},${b} and ${c} is = ${s}`); console.log('The sum of the given three numbers '+a+','+b+' and '+c+' is = '+s); ============================================================== Q: The JavaScript can read the HTML content in which data format? Ans: String Format Mobile: 8977029779 user name: ravi