hi = `function() {
  return [document.title, "Hello JavaScript"].join(": ");
}`


