Closed pschfr closed 6 years ago
For some reason, '300' and '1408' come before anything else in the list. The loop should just go in order it is added, and it does, with those first for some reason. Is this a Jade/Pug bug, Node bug, or a bug in my code?
Simple, adding a space to the movie title ("1408 " vs. "1408") treats it like a string instead, putting it in the right place... Why? Who knows.
For some reason, '300' and '1408' come before anything else in the list. The loop should just go in order it is added, and it does, with those first for some reason. Is this a Jade/Pug bug, Node bug, or a bug in my code?