variablesJavaScriptVariablesEasyWhich statement about var, let, and const is correct?1var is function-scoped; let and const are block-scoped2All three are block-scoped3All three can be reassigned4const is function-scopedBack to list