mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
8 lines
119 B
HTML
8 lines
119 B
HTML
<script>
|
|
function output (text)
|
|
{
|
|
window.alert(text);
|
|
}
|
|
|
|
output("Opossums have pouches like kangaroos");
|
|
</script>
|