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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ _Note_: in this documents, sometimes I use "I" to refer specifically to what I u
98
98
- [Avoid polluting the global namespace](./Scripts/javascript.md#avoid-polluting-the-global-namespace)
99
99
- [Check existance of variables, arrays and objects](./Scripts/javascript.md#check-existance-of-variables-arrays-and-objects)
100
100
-[TypeScript specific standards](./Scripts/javascript.md#typescript-specific-standards)
101
-
-[Whitespacing and formatting](./Scripts/javascript.md#whitespacing-and-formatting-3)
101
+
-[Whitespacing and formatting](./Scripts/javascript.md#whitespacing-and-formatting-1)
102
102
- [Include a single space after colon and before and after equal](./Scripts/javascript.md#include-a-single-space-after-colon-and-before-and-after-equal)
103
103
- [Always define strict type when declaring variables](./Scripts/javascript.md#always-define-strict-type-when-declaring-variables)
104
104
- [Include a single space before and after curly brakets when importing](./Scripts/javascript.md#include-a-single-space-before-and-after-curly-brakets-when-importing)
0 commit comments