// display joke var jokeString = new String("Q. What is the cheapest meat?A. Deer balls, they're under a buck. "); document.write(jokeString);