Skip to content
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

The-complete-guide-to-modern-JavaScript/ebook /02_arrow_functions.md typo #31

Open
realloka opened this issue Dec 23, 2023 · 0 comments

Comments

@realloka
Copy link

console.log(results);
// [{name: "Usain Bolt", race: "100m dash", place: 1}
// {name: "Justin Gatlin", race: "100m dash", place: 2}
// {name: "Asafa Powell", race: "100m dash", place: 3}]
->
results's type is array, so ',' needed.
// [{name: "Usain Bolt", race: "100m dash", place: 1},
// {name: "Justin Gatlin", race: "100m dash", place: 2},
// {name: "Asafa Powell", race: "100m dash", place: 3}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant