Answers for "i want to put a if condition on value of key using javascript"

4

js conditional key

const object = {
  ...bool && { foo: 2 },
}
Posted by: Guest on January-13-2021

Code answers related to "i want to put a if condition on value of key using javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language