Source-Repo: https://github.com/servo/servo Source-Revision: b1305bb7d051f83850c51bb0da0ccc86a5e07922
9 lines
119 B
HTML
9 lines
119 B
HTML
<script>
|
|
function output (text)
|
|
{
|
|
window.alert(text);
|
|
}
|
|
|
|
output("Opossums have pouches like kangaroos");
|
|
</script>
|