Doesn’t work too. ![]()
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…