I'm showing some value in ejs and just want to reduce it. It's not copy it's about ejs engine at frontend
value showing:
4.333333333333333
I want it to show like this:
4.3
ejs code:
<p class="lead"><%= ticket.feedback.avgRating %></p>
How do I do this? Google is not showing more results about it.