Files
ladybird/Userland/Libraries/LibJS/Runtime
Nico Weber a164e6ecbb LibJS: Unbreak to_iso_day_of_week
481f7d6afa tried to use `modulo()` here, but missed that the
code used `<=` instead of `<`.

Keep using `modulo()` and add an explicit conditional, which is
arguably clearer.
2021-11-16 00:41:45 +00:00
..
2021-10-31 18:20:37 +02:00
2021-10-06 23:52:40 +01:00