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

3 lines
43 B
JavaScript

var s = "hello"
console.log(s + " there!")