Skip to content
View Adam-Elmi's full-sized avatar
💭
✨️
💭
✨️

Block or report Adam-Elmi

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
Adam-Elmi/README.md

Hi there 👋 I'm Adam

function getAge(birthYear) {
    const age = (new Date().getFullYear() - birthYear);
    return age;
};

function me() {
    return {
        name: "Adam Elmi",
        age: getAge(2000),
        email: "[email protected]",
        phone: "+252634709061",
        address: "Hargeisa, Somaliland",
        website: "Coming Soon",
        github: "https://github.com/Adam-Elmi",
        favQuote: "The only way to do great work is to love what you do. - Steve Jobs",
        favLanguage: "JavaScript",
        hobbies: ["coding and programming", "reading", "watching anime", "walking alone", "learning new things about js"],
    };
};

console.log(me());

Popular repositories Loading

  1. CopyShare CopyShare Public

    A JavaScript library for copying text, images, videos, links, and code to the clipboard with advanced notification and history management features.

    JavaScript 2 1

  2. CopyShare.docs CopyShare.docs Public

    CopyShare Documentation website

    JavaScript 2 1

  3. ScrollToSection ScrollToSection Public

    JavaScript 2

  4. Adam-Elmi Adam-Elmi Public

    1

  5. VideoFlex VideoFlex Public

    JavaScript 1

  6. Debouncer Debouncer Public

    JavaScript 1