Which of the following is valid to declare a variable using let?
let
let var = 5;
let 123 = 'hello';
let $money = 100;
let const = 2;