Gets object without the first entry. :running: :vhs: :package: :moon: :ledger:Similar: head, tail. This is part of package extra-object.object.tail(x); // x: an objectconst object = require('extra-object'); object.tail({a: 1, b: 2, c: 3}); // { b: 2, c: 3 } object.tail({a: 1}); // {}referencesData.List.tail: Haskell.tail: lodash