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
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Is there any reason that we're not on ES6+ syntax? I noticed in the tutorials that we're using var instead of let or const. I also noticed that we're not using arrow functions where, as far as I can tell, we should.
Perhaps there is something that I'm misunderstanding or am not aware of, so please correct me or enlighten me.
Otherwise, if there is interest in migrating to ES6, let me know and I'd be happy to make a pull request.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any reason that we're not on ES6+ syntax? I noticed in the tutorials that we're using
var
instead oflet
orconst
. I also noticed that we're not using arrow functions where, as far as I can tell, we should.Perhaps there is something that I'm misunderstanding or am not aware of, so please correct me or enlighten me.
Otherwise, if there is interest in migrating to ES6, let me know and I'd be happy to make a pull request.
The text was updated successfully, but these errors were encountered: