I want to use a variable in a string. I have tried to do it many times, but it is only getting the variable name.
You can also use template literals:
$('.html').html(`jitender`)
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals