Split temps = One job per variable. Before: let t = x(); t = y(); After: const a = x(); const b = y(); #CodeQuality #JavaScript
0
0
0
10
0