DEV Community

Discussion on: Does anyone else face this dilemma?

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y
if (port.is_human) {
  port.emit_text( "No idea what you're talking about" )
} else {
  port.nack()
}
Collapse
 
emmanuelobo profile image
Emmanuel Obogbaimhe

You’re missing a closing parentheses on port.emit_text