Hi there, I'm xReactive
I am a Full-Stack Developer
const profile = {
username: 'xreactivee',
age: 17,
instagram: '@x.reactive_',
website: 'xreactive.xyz'
};
if ( profile.username == 'xreactivee' ) {
console.log("Yup, that's me!");
};