function welcome() {
console.log('Hello, ' + 'welcome' + ' to our portfolio!');
console.log('You have come to the right place for ' + 'solutions' + '!');
}
"Bad programmers worry about the code. Good programmers worry about data structures and their relationships."
- Linus Torvalds