Closed stefansl closed 6 years ago
Can you tell me where you see that I mutate the element later on ? Modifying an object property is different than modifying an object itself so we should be able to use const for the object instantiation and then be able to modify its properties.
I had an error here, because you defined that var as const and mutated it later on.