javascript-allonge icon indicating copy to clipboard operation
javascript-allonge copied to clipboard

a few collected typos

Open raganwald opened this issue 10 years ago • 0 comments

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?

raganwald avatar Oct 05 '13 02:10 raganwald