How transform a value into a html element in p5?

Doesn’t work too. :slightly_frowning_face:

function sendName() {
  let userName = inputName.value();
  yourName.createElement('h3', userName);
}

Error:

TypeError: Cannot read properties of undefined (reading ‘createElement’)

I really don’t understand why both get errors, if even I used before at the same code…