Assume you have a page with four paragraph tags, one of which has the id "second". What is the proper JavaScript code to change the content of that paragraph to "What does the Fox say?"
Note:
The quotes shouldn't be part of the value.
Please end the line of code with a semicolon.
Note, you can't assume that this is the second paragraph.