Vivekagent47 / vivekagent47.github.io

https://vivekagent47.github.io/
3 stars 1 forks source link

indentation of main.js #4

Closed tancoder24 closed 3 years ago

tancoder24 commented 3 years ago

all changes made to your files are according to W3C standards like -

  1. variables in a JS file should be declared at the top
  2. all the functions should be declared together after variables declared
  3. lastly declaration of all the eventlistners
  4. this file is indentation according to JS strict mode
  5. added semicolon.