Fixed here too; sorry for the inconvenience, but for some reason the kata was made available also in Node/Babel versions which did not support Object.values().
Object.values()
Looks like the test case uses Object.values during random tests. See my comment for possible workaround.
Object.values
Loading collection data...
Fixed here too; sorry for the inconvenience, but for some reason the kata was made available also in Node/Babel versions which did not support
Object.values()
.Looks like the test case uses
Object.values
during random tests. See my comment for possible workaround.