<!DOCTYPE html> <html> <head> <h3>The JS magicest script</h3> <textarea> var paragraph = document.getElementById("p"); paragraph.textContent += "hello"; </textarea>