Skip to main content

Featured post

Sample code

Sample code

Hello


const profile = {
	name: "Chidera Humphrey",
	job: ["Frontend developer","Technical content writer"],
	
	talksAbout: ["frontend development","artificial intelligence","technical writing","web accessibility"],
	
	lookingFor: ["frontend developer role", "technical writing role"]
}

console.log(profile.job);

Comments