fork download
  1. function changeText(){
  2. document.getElementById("new_coder').innerHTML = 'Hello World';
  3. }
  4.  
  5. <b id='new_coder'>Good Bye World</b>
  6. <input type='button' onclick='changeText()' value='Change Text'/>
Runtime error #stdin #stdout 0.01s 4980KB
stdin
Standard input is empty
stdout
Standard output is empty