$("#name").remove(); This will remove the text field when you click on the button. State true or false.
Answer options
A
TRUE
B
FALSE
Correct answer: TRUE
Explanation
This statement is true. $("#name").remove(); This will remove the text field when you click on the button. State true or fal.