I have to use includes or indexof in place of in, does it effect the application. Below is the code
if (replacementKey in this.replacementParts){
--conditional statememnts
}
I have to use includes or indexof in place of in, does it effect the application. Below is the code
if (replacementKey in this.replacementParts){
--conditional statememnts
}