mirror of
https://github.com/nathanp/crypto-price-widget.git
synced 2025-11-06 11:18:54 -05:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
function writeName () {
|
|
|
|
document.getElementById('firstname').innerHTML = 'Your name is ';
|
|
}
|
|
app.on('ready', writeName); |