The lodash method _.tail exported as a Node.js module.
_.tail
Using npm: bash $ {sudo -H} npm i -g npm $ npm i --save lodash.tail
bash $ {sudo -H} npm i -g npm $ npm i --save lodash.tail
In Node.js: js var tail = require('lodash.tail');
js var tail = require('lodash.tail');
See the documentation or package source for more details.