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
Currently syntax-breaking ES6 features (like let or arrow functions) are usually only used on the backend, but the feature started to creep into the frontend world as well.
Make sure we use those features consistently across the project. It's clear that we want to use more ES6 across the whole of the project, but #6 will be needed for sure to be able to take advantage of the added features.
The text was updated successfully, but these errors were encountered:
Currently syntax-breaking ES6 features (like
let
or arrow functions) are usually only used on the backend, but the feature started to creep into the frontend world as well.Make sure we use those features consistently across the project. It's clear that we want to use more ES6 across the whole of the project, but #6 will be needed for sure to be able to take advantage of the added features.
The text was updated successfully, but these errors were encountered: