profile-constructor
v1.0.0
Published
this is a class that helps instantiate the UserProfile and create instances from it
Downloads
1
Readme
to run this file create a variable and assign it a new class with the arguments for your profile details example: const SecondUser = new UserProfile('winners', 23, 'Awka', 'Nigeria') this will create a new profile eact time a new user is added