Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I use array.with() in my code, it works perfectly fine in vs code, but when I ran test here, below errors came up.
TypeError: result.with is not a function
at fifo (test.js:8:29)
at doTest (test.js:27:17)
at Context. (test.js:33:3)
at process.processImmediate (node:internal/timers:471:21)