kopia lustrzana https://github.com/c9/core
7 wiersze
78 B
JavaScript
7 wiersze
78 B
JavaScript
![]() |
function onClick() {
|
||
|
say("hi");
|
||
|
}
|
||
|
|
||
|
function say(text) {
|
||
|
alert(text);
|
||
|
}
|