mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
9999a8c9bc
* Update create-a-queue-class.english.md * Modify test for dequeue method to check for FIFO The test first `enqueue`'s two elements and checks for the `dequeue` method to return the element at `0`th index.