You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's up with the random semicolons?
The spacing is also inconsistent:
function LinkedList(content, next) {
function ListIterator (list) {
Don't like this workaround:
return ((nextThis = this.next) != null ? nextThis.tailNode() : void 0) || thi
s;
(Also not a fan of void 0.)
Why is CS used in the legend example?
The text was updated successfully, but these errors were encountered:
What's up with the random semicolons?
The spacing is also inconsistent:
function LinkedList(content, next) {
function ListIterator (list) {
Don't like this workaround:
return ((nextThis = this.next) != null ? nextThis.tailNode() : void 0) || thi
s;
(Also not a fan of void 0.)
Why is CS used in the legend example?
The text was updated successfully, but these errors were encountered: