Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як можна передати об'єкт у шаблон під час рендерингу?
res.view('template', { obj: object });
res.send('template', { obj: object });
res.render('template', { obj: object });
res.show('template', { obj: object });
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!