[] == ![]
Whats true?
This method returns the first element in the provided array that satisfies the provided testing function
Whats Array.prototype.find()?
22
What's the default port of SSH?
200
What is OK?
This file is used as a manifest, storing information about applications, modules, packages, and more.
Whats the package.json?
('b' + 'a' + + 'a' + 'a').toLowerCase();
Whats 'banana'?
This method constructs and returns a new string which contains the specified number of copies of the string on which it was called, concatenated together.
Whats String.prototype.repeat()?
3306
Whats the default port of MySQL?
403
Whats FORBIDDEN?
A text document that contains all the commands a user could call on the command line to assemble an image
Whats the Dockerfile?
'444' - -'111'
Whats 555?
This method shallow copies part of an array to another location in the same array and returns it without modifying its length.
Whats Array.prototype.copyWithin()?
27017
Whats the default MongoDB port?
502
Whats BAD GATEWAY?
It describes the exact tree that was generated, such that subsequent installs are able to generate identical trees, regardless of intermediate dependency updates.
Whats the package-lock.json?
Math.min() || Math.max()
Whats Infinity?
This method of Object converts the `this` value to an object.
Whats Object.prototype.valueOf()?
23
Whats the default Telnet port?
405
Whats METHOD NOT ALLOWED?
A simple text file that gives attributes to pathnames
Whats the .gitattributes?
var foo = { n: 1 };
var bar = foo;
foo.x = foo = { n: 2 };
foo.x;
Whats undefined?
This method returns a number indicating whether a reference string comes before, or after, or is the same as the given string in sort order.
Whats String.prototype.localeCompare()?
873
Whats the default port of rsync?
418
Whats "IM A TEAPOT"?
This file is a configuration file for NPM, it defines the settings on how NPM should behave when running commands.
What is the .npmrc?