“JavaScript Extrsct -Objekt” Code-Antworten

JavaScript Extrsct -Objekt

const pick = (...props) => o => props.reduce((a, e) => ({ ...a, [e]: o[e] }), {});
Itchy Iguana

JavaScript Extrsct -Objekt

pick('color', 'height')(elmo);
Itchy Iguana

Ähnliche Antworten wie “JavaScript Extrsct -Objekt”

Fragen ähnlich wie “JavaScript Extrsct -Objekt”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen