mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
9 lines
119 B
HTML
9 lines
119 B
HTML
<script>
|
|
function output (text)
|
|
{
|
|
window.alert(text);
|
|
}
|
|
|
|
output("Opossums have pouches like kangaroos");
|
|
</script>
|