Hi! I am very sorry, but I really can’t understand how it works (((( -
if (this.write >= this.read + this.max + 1) return null;
Continuing the discussion from freeCodeCamp Challenge Guide: Create a Circular Queue:
Hi! I am very sorry, but I really can’t understand how it works (((( -
if (this.write >= this.read + this.max + 1) return null;
Continuing the discussion from freeCodeCamp Challenge Guide: Create a Circular Queue:
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.