• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

186
Views
airbnb javascript style arrow-body-style rule, why parentheses out of braces?

According to Airbnb Javascript Style Guide, a pair of parentheses should be added to wrap the braces. But why?

// good
[1, 2, 3].map((number, index) => ({
  [index]: number,
}));

Is there anything wrong if I code without those parentheses? I mean just return the object is easier to read.

// anything wrong with this?
[1, 2, 3].map((number, index) => {
  return {[index]: number};
});
about 3 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error