why var is bad
Top-Level Code var declarations pollute the global (window) namespace
which may be accidentally overwritten and result in unintended behaviour when calling this keyword in arrow functions
!bad practice to use Arrow Function as method; to prevent bugs from pointing to wrong this