Create a user object which has three properties:
- username
- password
- age
Username and password must not be accessible when accessed with alert() or console.log(). Age can be publicly accessed.
- Use JavaScript symbols
Name: undefined
Password: undefined
Age: 27