Skip to content

Instantly share code, notes, and snippets.

View Rudiger86's full-sized avatar

Lindsay Woods Rudiger86

View GitHub Profile
@Rudiger86
Rudiger86 / splice-object-array.js
Last active May 23, 2019 17:08 — forked from scottopolis/splice-object-array.js
Remove object from array of objects in Javascript
//Data that contains information of some I already have copies of
let allFiles = [
{ filecode: '48099',
filedate: '20180430',
amountinfile: '55' },
{ filecode: '48074',
filedate: '20180429',
amountinfile: '2'},
{ filecode: '48075',
filedate: '20180429',