| Predict the output.
Hi {{name}}.
is used with the context variable:
var context = {
"name" : "< b>Jane Roe< /b>"
}
Choose the correct option from below list
(1)Jane Roe without any style
(2)Nothing to display
(3)< b>Jane Roe< /b>
(4)< b>Jane Roe< /b>
Answer:-(3)< b>Jane Roe< /b> | | |