This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
solve problems | |
software | |
AngularJS | |
passionate | |
teamwork | |
meet commitments | |
skill | |
proven history of shipping software | |
collaboration | |
creating solutions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery.noConflict(); | |
(function() { | |
var $ = this.jQuery, | |
MyNamespace = {}; | |
MyNamespace.SuperAwesomeFunction = function() { | |
//do awesome stuff | |
}; | |
$(function() { | |
MyNamespace.SuperAwesomeFunction(); |