SaL--dApp
SaL--dApp copied to clipboard
Creating User struct for storing user details
Since the FirstName, LastName, Location, etc are all related to a person. We can create a struct named person and store all the information related to the person in that struct. This will help in code organization.