Use JavaScript latest features #232
Labels
enhancement
Related to improvements of existing features and/or addition of new ones
full stack
Requires work on both the front and back ends of the application
hacktoberfest
Recommended issues for hacktoberfest participants
refactor
Improve the code of existing features
Is your feature request related to a problem? Please describe.
It's not really a problem, but making this change would make the code cleaner.
Describe the solution you'd like
Implement JavaScript's latest features to make the code cleaner. Examples include using the optional chaining operator (
?.
),async
/await
, etc.Describe alternatives you've considered
Leave the code as is.
Additional context
Check for JavaScript latest features!
The text was updated successfully, but these errors were encountered: