mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-07 09:01:13 -05:00
* 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.