MCPcopy Create free account
hub / github.com/curran/screencasts / dropWhile

Function dropWhile

introToChiasm/examples/code/latest/main-build.js:5324–5328  ·  view source on GitHub ↗

* Creates a slice of `array` excluding elements dropped from the beginning. * Elements are dropped until `predicate` returns falsey. The predicate is * bound to `thisArg` and invoked with three arguments: (value, index, array). * * If a property name is provided for `predicate` t

(array, predicate, thisArg)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

baseWhileFunction · 0.70
getCallbackFunction · 0.70

Tested by

no test coverage detected