sudo-rgorai / DarkSite

A chrome extension to embrace your Dark Side!
MIT License
11 stars 19 forks source link

Use ES6 #23

Closed sudo-rgorai closed 3 years ago

sudo-rgorai commented 3 years ago

The current javascript syntax is not completely ES6 compliant. I think it'll a good idea to include several ES6 features in it. Some of them include:

  1. Replacing var with let
  2. Using const for constants
  3. Using template literals instead of regular concatenation. etc.
anushkasinghal11 commented 3 years ago

Hey! I am interested to work on this issue. Please assign it to me.

sudo-rgorai commented 3 years ago

@anushkasinghal11 Assigned! :smile: