Ponokai colors.(constant)(sea)
const answer = String(JSON.stringify(42)); function calc() { return 'The answer is: '; }; console.log(calc() + answer)
const answer = String(JSON.stringify(42));
function calc() { return 'The answer is: '; };
console.log(calc() + answer)