View hello.js
const message = 'This is a variable that should contain a meaningful message but it is what it is.' | |
console.log(message); |