Variable



examples/javascript/hello_world_var.js
var text = 'Hello World';
console.log(text);