Hello, please ignore this post. It is just to test code Google Code Prettify. Ok, so in the next line there should be some code:
(function(root){
var p = 4;
var x = function(z) {
alert('x' + z);
}
x(p);
})(window);
How it looks?
Hello, please ignore this post. It is just to test code Google Code Prettify. Ok, so in the next line there should be some code:
(function(root){
var p = 4;
var x = function(z) {
alert('x' + z);
}
x(p);
})(window);
How it looks?