Igal Steklov
Frontend Team Leader
Image: Jaytem
This is a Dev
Yogev Ahuvia | @kindofone
Source: StackOverflow
Source: Code.org
Image: Boaz Sender
/**
* This is who I am.
* @param {String} profileName - (optional) Name of required param
* @returns {String|Object} - Url of profile if `profileName` provided,
* or object with all profiles.
*/
function thisIsMe(profileName) {
var profiles = {
"github": "//github.com/igalst",
"linkedin": "//il.linkedin.com/in/igalsteklov",
"codepen": "//codepen.io/igalst",
"stackoverflow": "//stackoverflow.com/users/243848/igalst",
"twitter": "//twitter.com/igalstek"
};
return typeof(profileName) === "undefined" ?
profiles :
profiles[profileName];
}
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
React
What's the next job that you would like to have post-LinkedIn?
- LinkedIn HR Interviewer
Get the slides:
goo.gl/qsd8ar