Always use a semicolon after let/const/var if the next line starts with [ or (. JavaScript might otherwise think you're continuing the previous statement — and boom: ReferenceError.
let/const/var
[
(