1.

What is the purpose of the parameter $name ?(a) Document Name(b) Input Name(c) Output Name(d) IDThe question was asked by my college director while I was bunking the class.The doubt is from Crafting the Public API in chapter Parsing, Benchmarking and Logging of JavaScript

Answer»

The correct answer is (B) Input Name

The best I can explain: getinputhtml() accepts two arguments: $name and $VALUE. The parameter $name is the name you should assign your HTML input name= attribute.



Discussion

No Comment Found

Related InterviewSolutions