import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/nth.js";
Gets the element at index n
of array
. If n
is negative, the nth
element from the end is returned.
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/nth.js";
Gets the element at index n
of array
. If n
is negative, the nth
element from the end is returned.