| hwg-languages archives | Jun 2000 | new search | results | previous | next |
Javascript Variable Scopeby "John Murray" <jmnc(at)lis.net.au> |
|
What is the scope of weekend at # below
<script>
var weekend; // Global
function whattodo(weekend){ // # --> ????
....
var weekend; // Local to the block
}
</script>
John
HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA