3 строки
61 Б
JavaScript
3 строки
61 Б
JavaScript
function example(value) {
|
|
alert("Value saved: " + value);
|
|
}
|