Skip to content

Instantly share code, notes, and snippets.

@kfamilonidis
Last active April 4, 2024 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfamilonidis/200221fb1fa6373c778dc3997c94d4d8 to your computer and use it in GitHub Desktop.
Save kfamilonidis/200221fb1fa6373c778dc3997c94d4d8 to your computer and use it in GitHub Desktop.
Basic Skeleton for Object-Oriented JavaScript
(function(window){
init: function init() {
}
return({
init: init
})
})(window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment