Object.assign(...)).then is not a function promise code example
Example: .then javascript
const promise2 = doSomething().then(successCallback, failureCallback);
const promise2 = doSomething().then(successCallback, failureCallback);