Home »
MCQs »
Meteor.js MCQs
Which of the following function renders a Blaze template into a DOM node?
37. Which of the following function renders a Blaze template into a DOM node?
- Blaze.render
- Blaze.renderWithData
- Blaze.remove
- Blaze.getData
Answer: A) Blaze.render
Explanation:
Blaze.render function renders a Blaze template into a DOM node.