MyJavaScript Objects
A collection of simple javascript concepts and practices
by Dejan Vasic
HTML
<div id="console"></div>
JavaScript
// Create the namespace
var uhg = uhg || {};
(function (u, $) {
u.sys = {
};
})(uhg, jQuery); // Self Execute