I´m Pauli Vega, Front-End Developer.
- 🌍 I'm based in Santiago, Chile.
- ✉️ You can contact me at paulina.vegac@gmail.com
- 🌱 I’m currently learning JavaScript.
- ⚡ I love scuba diving, boardgames and build things.
const do_It = (dream, believe) => {
const result = '';
if (dream && !believe) {
result = 'Flying';
} else if (dream && believe) {
result = 'This is the way';
} else {
result = 'You can do it';
}
return result
};
My GitHub Stats