Travis build: 1200

This commit is contained in:
30secondsofcode
2018-01-12 10:39:09 +00:00
parent 6f2020acd1
commit c2a0096e71
3 changed files with 5 additions and 2 deletions

View File

@ -3950,7 +3950,7 @@ functions(new Foo()); // ['a', 'b']
<br>[⬆ Back to top](#table-of-contents)
### functionName
### functionsIn
Returns an array of function property names from own and inherited enumerable properties of object.
@ -5487,6 +5487,7 @@ const httpPost = (url, callback, data = null, err = console.error) => {
const newPost = {
"userId": 1,
"id": 1337,