Hey, Ankit here!
const WhoAmI = {
name: 'Ankit',
surname: 'Kaushal',
fullName: function () {
return function () {
console.log(this.name + ' ' + this.surname);
}.bind(this);
},
current_work: 'Cogoport Pvt Ltd',
};
const myName = WhoAmI.fullName();
myName();
function getCity() {
return 'Bokaro, Jharkhand';
}
β¬ Scroll down to see my repos! β Stars are appreciated!
π» Most used languages
Note: This chart is only a metric of which languages my public code on GitHub consists of and does not reflect my experience or skill level.
- My Resume
- If you have any suggestions for me, feel free to inform me.