edtyl

Untitled

Jun 27th, 2022 (edited)
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. console.log('hello, there')
  2. const myP = document.createElement('p')
  3. myP.innerText = 'hello, there'
  4. const root = document.getElementById('pageContainer')
  5. root.append(myP)
Add Comment
Please, Sign In to add comment