2 lines
63 B
JavaScript
2 lines
63 B
JavaScript
|
document.getElementById('content').innerText = 'Hello world!';
|