bhouse.js 134 B

1234
  1. alert('hi');
  2. // const p = document.createElement('p');
  3. // p.textContent = 'A second line of text';
  4. // document.body.appendChild(p);