in the create object method like this Code:
var tiny.show=function(){
}();
what do end parenthesis() and semicolon ;
The parenthesis invoke the function and that function's returned value is assigned to tiny.show
(which doesn't make sense to use a var
there).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With