function checkStepValidity(isValid, dataModel) {
if (isValid) {
updatedDataModel = mergeObjects(this.updatedDataModel, dataModel);
}
},
The code above encounters the following error in Internet Explorer / Edge browser:
SCRIPT5022: Expected identifier, string or number