You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/4/en/part4a.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -368,9 +368,7 @@ info('message')
368
368
error('error message')
369
369
```
370
370
371
-
The latter way may be preferable if only a small portion of the exported functions are used in a file.
372
-
373
-
E.g. in file <i>controller/notes.js</i> exporting happens as follows:
371
+
The second way of of exporting may be preferable if only a small portion of the exported functions are used in a file. E.g. in file <i>controller/notes.js</i> exporting happens as follows:
0 commit comments