Overview
Your habits have a Sharpe ratio. This post explores risk-adjusted consistency.
const avg = arr.reduce((a,b) => a+b,0)/arr.length;
console.log(avg);
Consistency beats intensity every time.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)