You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update main.js
Unnecessary code removed.
No need to declare the 'self' variable - we already have 'this' for this purpose
No need to declare a constructor - JavaScript will call super automatically if no constructor is declared
No need to convert the node list to an array - we have 'for' loops that can iterate over node lists directly
* default prettier formating
---------
Co-authored-by: Brian Smith <brian@smith.berlin>
0 commit comments