2 lines
43 B
JavaScript
2 lines
43 B
JavaScript
var s = "hello"
|
|
console.log(s + " there!")
|
var s = "hello"
|
|
console.log(s + " there!")
|