/phase-0-module-5-arrays-lab-deli-counter

This lab focuses on building functions that simulate a deli counter queue using JavaScript. The functions include line() to display the current line, take_a_number() to add customers to the line, and now_serving() to serve the next customer in line. Practice iterating over arrays, manipulating array elements, and controlling function return values.

Primary LanguageJavaScriptOtherNOASSERTION