Home » HTML » Html miscellaneous » Question
  1. Which process is used for the creation of the end result?
    1. eval(x)
    2. encodeURI()
    3. render()
    4. compile()
    5. None of these
Correct Option: C

render() process creates the end result by putting actual data in the template. It means that the placeholders are replaced with the previous actual data, compile() is used for translating and compiling a template into a JavaScript function.



Your comments will be displayed only after manual approval.