constructor()
in
lib/word.js [10:13]
4
lines of code
1
McCabe index (conditional complexity)
constructor(lexeme, tag) { super(tag); this.lexeme = lexeme; }