DynamoDB - with AWS SDK
What will be the output of this code snippet?
const expr = remove(['oldAttr']).toString();
Options:
A) REMOVE oldAttr
B) remove(oldAttr)
C) REMOVE #oldAttr
D) Error: remove() returns object, not string
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions