Advertisement
Vegerot

OOP.js

May 29th, 2020
1,179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class main {
  2.   constructor() {
  3.     console.log('💁🏼‍♂️');
  4.   }
  5. }
  6.  
  7. new main();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement