__ __ __ / / __ __/ /_____ __ / /__ ____ ___ / /__/ // / '_/ -_) / // / _ `/ _ \(_-< /____/\_,_/_/\_\\__/ \___/\_,_/_//_/___/
A curious individual with a passion for learning
#!/usr/bin/env node
const aboutMe = (() => {
return {
name: 'Luke Janssen',
age: 22,
code: ['js', 'sh', 'py', 'java', 'ino', 'html', 'css'],
os: 'Unix-based systems',
learning: 'cross-platform development',
funFact: "I'm mostly all self taught",
collaborate() {
return `looking to collaborate using: ${this.code}`
},
};
})();
console.log(aboutMe);
“If you're going to try, go all the way. Otherwise, don't even start...”
Charles Bukowski