mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04: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.