RosettaCodeData/Task/String-concatenation/JavaScript/string-concatenation.js

3 lines
37 B
JavaScript

var s = "hello"
print(s + " there!")