how to give variable inside string code example Example: how to add a variable to an string var str = "ello"; var letter = "h"; str = letter + str;