toString()
in
lib/word.js [15:17]
3
lines of code
1
McCabe index (conditional complexity)
toString() { return `word: ${this.lexeme} tag: ${tip(this.tag)}`; }