Skip to content
View ankit-kaushal's full-sized avatar
🎯
Targeting my Goal
🎯
Targeting my Goal

Highlights

  • Pro

Block or report ankit-kaushal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ankit-kaushal/README.md

Hey, Ankit here!

Linkedin Badge Gmail Badge

visitors

Who am I?

 const WhoAmI = {
   name: 'Ankit',
   surname: 'Kaushal',
   fullName: function () {
     return function () {
       console.log(this.name + ' ' + this.surname);
     }.bind(this);
   },
   current_work: 'Silverlabs India Pvt Ltd',
 };

 const myName = WhoAmI.fullName();
 myName();
   
 function getCity() {
   return 'Bokaro, Jharkhand';
 }

πŸ”₯ My contribution streak

⬇ Scroll down to see my repos! ⭐ Stars are appreciated!

πŸ“ˆ Github Stats

πŸ“Š GitHub Profile Stats
ankit-kaushal's Github Stats
πŸ’» Most used languages
Ankit Kaushal's Top 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.

Other Stuff

  • :octocat: My Resume
  • If you have any suggestions for me, feel free to inform me.

Pinned Loading

  1. Code-Player Code-Player Public

    Online HTML, CSS and JavaScript real time editor.

    JavaScript

  2. Docreator Docreator Public

    JavaScript

  3. Portfolio Portfolio Public

    My Personal Portfolio Website

    JavaScript

  4. Truth-and-Dare Truth-and-Dare Public

    Game of Truth and Dare

    JavaScript