remove falsy value from object in JavaScript using lodash4 2017년 8월 29일 1 min read javascriptlodash remove falsy value lodash4 _.pickBy({ a: null, b: 1, c: undefined }, _.identity); // {b: 1} Resource https://stackoverflow.com/questions/30812765/how-to-remove-undefined-and-null-values-from-an-object-using-lodash flynn Website Facebook Twitter More posts 하루는 24시간 Korea, Bundang Pangyo