Skip to content

Kevin-LWC/salesforce-con-kevin

Repository files navigation

const developer = {
  firstName: 'Kevin',
  programmingLanguages: {
    preference: 'JavaScript',
    regulars: ['React', 'Next.js', 'Node', 'CSS', 'HTML'],
  },
  languages: ['English ๐Ÿ‡บ๐Ÿ‡ธ', 'Spanish ๐Ÿ‡ช๐Ÿ‡ธ', 'Italian ๐Ÿ‡ฎ๐Ÿ‡น'],
  contactMe: function () {
    if (needHelp || wannaChat) {
      tweetAt('@xkokev');
    } else {
      return false;
    }
  },
  portfolio: 'https://xkokev.github.io/Kevin-Correa-portfolio/',
};

GitHub followers