check if the column value in object A (i.e., "paymentsType") exists as a key in the first element of leArray[0]. If the key exists, you want to override the value in leArray[0] with the value from object A.
dasfrogpractice
07:59
// Define the input objects let objectA = { "value": "test 1333", "column": "paymentsTypeNew...Read More
check if the column value in object A (i.e., "paymentsType") exists as a key in the first element of leArray[0]. If the key exists, you want to override the value in leArray[0] with the value from object A.
Reviewed by dasfrogpractice
on
07:59
Rating: