What happens when the code inside the script runs?

It creates two p elements and sets the content of one of themIt creates one p element and sets its contentIt creates no elements since the variable is missingIt creates two p elements with no text set

It creates one p element and sets its content.