Travis build: 1187
This commit is contained in:
@ -9,5 +9,5 @@ const findLast = (arr, fn) => arr.filter(fn).slice(-1);
|
||||
```
|
||||
|
||||
```js
|
||||
findLast([1, 2, 3, 4], n => n % 2 === 1) // 3
|
||||
findLast([1, 2, 3, 4], n => n % 2 === 1); // 3
|
||||
```
|
||||
|
||||
@ -32,6 +32,7 @@ const httpPost = (url, callback, data = null, err = console.error) => {
|
||||
|
||||
|
||||
|
||||
|
||||
const newPost = {
|
||||
"userId": 1,
|
||||
"id": 1337,
|
||||
|
||||
Reference in New Issue
Block a user