// display joke var jokeString = new String("Q: Why do farts smell?A: For the benefit of the deaf. "); document.write(jokeString);