My presentation 😃
function whoAmI(name, job, codingLaunguage) {
console.log(`
Hello, my name is ${name}
I'm a ${job} for the moment
I actually work on ${codingLaunguage}
`)
}
whoAmI("Aztek71", "independent developer", "Javascript, Python, More . . .")
Executed :
Hello, my name is Aztek71
I'm a independent developer for the moment
I actually work on Javascript, Python, More . . .
My Programming Languages 🌌
My tools 🛠️