Jonas Jenwald 67a642c826 Replace a couple of Array.prototype.forEach-invocations with for..of instead
Given that `NodeList`s can be iterated using `for..of` we can use that instead, since it's a little bit nicer and easier to read than the `Array.prototype.forEach` format.
2021-10-01 09:06:17 +02:00
..
2021-08-30 12:43:28 +01:00
2021-06-08 10:37:26 +02:00