Complete the function so that it removes the bold class from the p element.
bold
p
Make sure to pick remove followed by ( and then "bold", ).
remove
(
"bold"
)