class { onInput(input) { this.state = { nameNull: null, nameUndefined: undefined } } }
${input.nameNull} ${state.nameUndefined}