// JavaScript
const noelle = {
pronouns: ["She", "Her"],
jobTitle: "Software Developer",
location: "London",
tech: ["JavaScript", "React", "TypeScript", "NextJS", "Node.js"],
interests: ["Skincare", "Volunteering", "Equality", "iPhone Photography", "Baking"],
currentFocus: "currently upskilling in the latest technologies"
}
console.log (
"My name is Noelle and I am a " + noelle.jobTitle + " based in", noelle.location + ". I am proficient in "
+ noelle.tech[0] + " and " + noelle.tech[1] + " but the long term goal is to be Fullstack. \nTo do this I am "
+ noelle.currentFocus + ". Thanks for reading!"
)
//Task for you: Run the above in your chosen editor and see what appears :)
Interesting in collaborating together? Drop me an email π©