Guest User

Untitled

a guest
Nov 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Concept.prototype.main = function(){
  2. // Implement main method
  3. }
  4. Concept.prototype.sub1 = function(){
  5. // Implement sub1 method
  6. }
  7. Concept.prototype.sub2 = function(){
  8. // Implement sub2 method
  9. }
Add Comment
Please, Sign In to add comment