Vidyalelo
JavaScript · Q54

Parsing, Benchmarking And Logging

Programming · JavaScript · question 54

Q54

What is the purpose of the parameter name ?

A.
Document Name
B.
Input Name
Answer
C.
Output Name
D.
ID

Answer: Option B

Solution

Answer: Option B
Solution:
The parameter $name is the name you should assign your HTML input’s name= attribute.