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
7. declaration of constants that are import related (some libraries only export default)
299
+
8. optional two line breaks then begin of code
300
+
288
301
### Limit variable reach
289
302
290
303
Historically it has been done with an immediately invoked function expression, now that let and const are available and block scoped use a simple block. With an iife:
0 commit comments