-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrow Functions? #4
Comments
Yeah, I was also wondering why he didn't use arrow functions. |
because for a person is new in javascript and some are not comfortable with arrow functions |
@harsh-vish14 But who? go to direct nextjs without learning javascript. |
@ChetanAtrawalkarCA there are some legendary people who want to learn advance without basic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Amazing course. Just curious why you always use regular functions instead of arrow functions? I know practically there isn't any difference, but just curious why you opt not to use arrow functions. Most of the code I see nowadays pretty much only uses arrow functions. Thanks.
The text was updated successfully, but these errors were encountered: