good enough
; + if (this.props.length >= 5) { + validationMessage =TOO MUCH, STAHP
; + return validationMessage; + } + return validationMessage; + } + render() { - return( -good enough (length: {this.props.length})
- : -TOO MUCH, STAHP (length: {this.props.length})
- } -