Thanks to visit codestin.com
Credit goes to www.leet.de

                	const employee = {
							    name: 'Heiko Frosch',
							    role: 'Web Developer',
							    location: 'Munich, Germany',
							    skills: [
							        'JavaScript',
							        'HTML',
							        'CSS',
							        'PHP',
							        'MySQL',
							        'React',
							        'Node.js',
							        'Express'
							    ],
							    contacts: {
							        email: "[email protected]",
							        phone: "+49 89 54212030",
							        github: "https://superv1sor.github.io"
							    }
							};