# Js ## Variable scope Variables should be defined with the scope in mind. `const` and `let` are the preferred definitions. ## Deprecated functions and variables * `eval`