const me = {
name: "Brenno C. Lins",
education: ["Software Engineer", "Systems Analyst", "Music Producer", "Drummer Musician"],
job: "Software Engineer",
languages: ["JavaScript", "TypeScript", "Shell Script", "Python"],
hobby: ["Customize my motorcycle", "Listen to music", "Adventures", "Get to know new cities and their cultures"],
};
console.log("A little about myself ", me);
|
|