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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ npm test
51
51
```
52
52
53
53
### And coding style tests
54
-
We use eslint that extends the airbnb-standard. You can read more here: [airbnb/js](https://github.com/airbnb/javascript)
54
+
We use eslint that extends the airbnb-standard. You can read more here: [airbnb/js](https://github.com/airbnb/javascript)
55
55
56
56
```
57
57
npm run lint
@@ -94,7 +94,7 @@ Types of integers:
94
94
95
95
-[X] Even and odd numbers
96
96
-[X] Prime number
97
-
-[] Composite number
97
+
-[X] Composite number
98
98
99
99
Computability:
100
100
@@ -103,13 +103,13 @@ Computability:
103
103
-[X] Minimum
104
104
-[X] Maximum
105
105
-[ ] Range
106
-
-[X] Average
106
+
-[X] Average
107
107
-[X] Mode
108
108
-[X] Median
109
109
-[X] Deviation
110
110
-[X] Ascending
111
111
-[X] Descending
112
-
-[] Absolute/magnitude (non-negative value of a number)
112
+
-[X] Absolute/magnitude (non-negative value of a number)
113
113
114
114
## Built With
115
115
@@ -121,7 +121,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
121
121
122
122
## Versioning
123
123
124
-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/variadicjs/variadic.js/releases).
124
+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/variadicjs/variadic.js/releases).
0 commit comments