File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -173,26 +173,6 @@ export const apiKey = 'SOMEKEY'
173
173
export const API_KEY = ' SOMEKEY'
174
174
```
175
175
176
- - Use ` // ` for single line comments and ` /* */ ` for multi-line comments.
177
-
178
- ``` javascript
179
- // bad
180
-
181
- // This is a very long comment that continues on and goes over multiple lines,
182
- // saying something very long and detailed which all developers will appreciate
183
- // reading and thinking about.
184
-
185
- /* This is just a single line comment. */
186
-
187
- // good
188
-
189
- /* This is a very long comment that continues on and goes over multiple lines,
190
- * saying something very long and detailed which all developers will appreciate
191
- * reading and thinking about. */
192
-
193
- // This is just a single line comment.
194
- ```
195
-
196
176
## Filenames
197
177
198
178
- Store source code in a subdirectory called ` /src/ ` .
You can’t perform that action at this time.
0 commit comments