Answer Posted / Akshay Gupta
Template variables in Backbone.js are placeholders within a template string, which are replaced with actual data when the template is rendered. To create a template variable, enclose the name of the variable in double curly braces (e.g., {{name}}).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers