is there a way to put another value in a string? code example Example: how to add a variable to an string var str = "ello"; var letter = "h"; str = letter + str;