6

const god = new God();
god.doThings(universe);

Comments
  • 1
    I like how you used the constant
  • 0
    @eirabie gotta use those new JS types! That and the "class" keyword really are what make god classes possible in Javascript :P
Add Comment