filer
filer copied to clipboard
update /src/shell/shell.js to use const, let and strict mode for best practices
Modern JavaScript prefers the use of const, let and scritct mode instead of var
I won't be working on this bug, anyone feel free to contribute.