Difference between revisions of "Sandbox"

From Organic Design wiki
m
m
 
(178 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<html><script lang="javascript">
+
{{video|odysee|ukraine-crisis-what-you-re-not-being/9af844f8248198fa22ae472d7002423e3389a3ec|300|right}}
 
 
$(document).ready( function() {
 
 
 
var closure = ( function() {
 
    return {
 
        foo: function() {
 
            private = 'secret message';
 
            public = 'not secret';
 
        }
 
        bar: function() {
 
            alert( private );
 
        }
 
    }
 
} )();
 
alert( closure.public );
 
alert( closure.private );
 
closure.bar();
 
});
 
 
 
</script></html>
 

Latest revision as of 13:50, 17 February 2023