Let’s use
const
! Here’s why.When reading a piece of code, others can take cues from these signals in order to better understand what we did. ES6 offers
let
andconst
as new flavors of variable declaration, are they better signals thanvar
?10m 21