当前位置:网站首页>Mass modify attribute values in objects in JS
Mass modify attribute values in objects in JS
2022-07-24 19:53:00 【Advanced giant 001】
For example, such an object , Want to directly set the value as null Of is changed to undefined
{
address: "11"
agent: null
amlLevel: "11"
annualizedIncomeAmount: null
}
The introduction of a lodash library
import _ from 'lodash';
const res = _.mapValues(data, val => {
if (_.isNull(val)) {
return undefined;
}
return val;
}),
Want to modify a single , Just judge directly in the function
边栏推荐
- Detailed explanation of ELF format (I)
- Introduction and advanced tutorial of Albert duilib
- Sword finger offer 48. the longest substring without repeated characters
- [trial experience of Yuxin micro Wiota ad hoc network protocol development kit] RT thread BSP Software package production
- Qt| control qscrollbar display position
- [Huawei lyevk-3861a intelligent IOT development board evaluation] unpacking experience and Hisilicon hi3861v100 chip learning experience
- Setting up a dual machine debugging environment for drive development (vs2017)
- Is the incremental update of SQL Server database identified according to the where clause? Can't do stream update? Each table should
- Redisgraph graphic database multi activity design scheme
- Flink Window&Time 原理
猜你喜欢

How to export map files tutorial

Sword finger offer 52. The first common node of the two linked lists

Database index: index is not a panacea
Siyuan notes V2.1.2 synchronization problem

How to use the interface control telerik UI for WinForms development step progress bar?

ATL container - catlmap, crbmap
思源笔记 v2.1.2 同步问题

Xiaomi 12s ultra products are so powerful, but foreigners can't buy Lei Jun: first concentrate on the Chinese market

C # shelling tool for code encryption protection

Machine learning_ Softmax function (multi classification problem)
随机推荐
Functional test of redisgraph multi active design scheme
Review the code implementation of memcpy function
Wechat applet -that.setdata ({}) set complex field data
SSL Error: Unable to verify the first certificate
Getaverse, a distant bridge to Web3
02 | environment preparation: how to install and configure a basic PHP development environment under windows?
Software core data protection solution
day 2
Virbox compiler, which supports source code encryption of the whole platform and architecture
Hidden Markov model HMM
[in depth study of 4g/5g/6g topic -39]: urllc-10 - in depth interpretation of 3GPP urllc related protocols, specifications and technical principles -3- how to distinguish urllc services? Detailed expl
Summary of articles in 2020
[JVM learning 03] class loading and bytecode Technology
Choose the appropriate container runtime for kubernetes
Excuse me: is Flink 1.14.5 compatible with MySQL CDC 2.1.0
Install SSL Certificate in Litespeed web server
He has been in charge of the British Society of engineering and technology for 13 years, and van nugget officially retired
【JVM学习03】类加载与字节码技术
Decision tree_ ID3_ C4.5_ CART
ATL container - catlmap, crbmap