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