Person Profile
- Create variable with object.
- Add two key like first name and last name.
- Create a function for create full name.
- For example object first name is Raju and last name Sharma then concat
this first and last
name.
- Console log the full name like The full name is Raju Sharma.
- Create a button to execute this function.