JavaScript Template Literals
Photo credit by Hongkiat Traditionally, strings in JavaScript were limited, especially if you were working in languages like Ruby and Python. In both of those languages string interpolation meant that you could substitute strings and have multiline string concatenation without wonky hacks. In JavaScript, there wasn’t anything like this