issues Search Results · repo:airbnb/javascript language:JavaScript
Filter by
1k results
(76 ms)1k results
inairbnb/javascript (press backspace or delete to remove)Description
(Readme.md) I noticed an inconsistency in semicolon usage across different sections of the style guide.
- In the Arrays section (4.1–4.8), many examples omit semicolons at the end of statements. ...
shuhaki
- 2
- Opened 8 days ago
- #3152
// 1. Variables let name = Alice ; const age = 25; var city = New York ;
console.log( Variables: ); console.log(name, age, city); console.log( ------------------ );
// 2. Arrays let fruits = [ Apple ...
invalid
Mounica2045
- Opened 9 days ago
- #3151
https://github.com/googleworkspace/apps-script-samples/blob/main/advanced%2FadminSDK.gs
invalid
marina-correa429
- Opened 13 days ago
- #3147
Is there any update on progress toward eslint v9 support please? It appears things have stalled out for ~6 months.
If there is anything you need help with or a list of blockers you are aware of then I ...
liambrown89
- 1
- Opened on Jun 30
- #3138
In section 5.1 it is stated the following:
Use object destructuring when accessing and using multiple properties of an object.
In section 3.3, it is stated the following:
Use object method shorthand. ...
ericmorand
- 11
- Opened on Jun 26
- #3136

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.