.slice() โ Array Instance Method to return newshallow copy portion of Array
.call() โ Function Instance Method to invoke function with explicit this keyword [and optional Argument]
.bind() โ Function Instance Method to fix this keyword for Method (with optional Argument), for new standalone fn
isNaN() โ Instance Method returns boolean if Argument is NaN or not; applies Coercion
alert() โ to display alert box with optional message & OK button
basename() โ path Instance Method to return string of just file name from a full path
emitter.emit() โ emitter Instance Method to fire custom event