// display joke var jokeString = new String("Son: "Dad, where did all of my intelligence come from?"

Dad: "Well, son, you must have gotten it from your mother, 'cause I still have mine." "); document.write(jokeString);