Skip to content
View awais3323's full-sized avatar
☝️
Fueling up the momentum
☝️
Fueling up the momentum

Block or report awais3323

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 250 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
awais3323/README.md

Typing SVG

🧩 Hobbies & Interests

aboutMe.js
let loveToDo = "Problem solving";
let likeToDo = "Swimming";
let mostlyDo = "Play Chess";

function getHobbies() {
    return `loveToDo: ${loveToDo}, likeToDo: ${likeToDo}, mostlyDo: ${mostlyDo}`;
}

function getInterestsInFuture() {
    return `Excited and enthusiastically advancing towards AI.`;
}

function getPastProgrammingActivities() {
    return `Have worked on a lot of projects, freelanced, and solved problems using JavaScript.`;
}

function aboutMe() {
    console.log(getHobbies());
    console.log(getInterestsInFuture());
    console.log(getPastProgrammingActivities());
}

aboutMe()
about_me.py
love_to_do = "Problem solving"
like_to_do = "Swimming"
mostly_do = "Play Chess"

def get_hobbies():
    return f"loveToDo: {love_to_do}, likeToDo: {like_to_do}, mostlyDo: {mostly_do}"

def get_interests_in_future():
    return "Excited and enthusiastically advancing towards AI."

def get_past_programming_activities():
    return "Have worked on a lot of projects, freelanced, and solved problems using JavaScript."

def about_me():
    print(get_hobbies())
    print(get_interests_in_future())
    print(get_past_programming_activities())

about_me()

💡 Skills

Popular repositories Loading

  1. sellars sellars Public

    JavaScript 1

  2. awais3323 awais3323 Public

    1

  3. Portfolio-Generator Portfolio-Generator Public

    HTML 1

  4. Pitchers Pitchers Public

    A website for idea pitching, Jobs or Contract work hunting

    TypeScript 1 1

  5. RTKQ-Boiler-Plate RTKQ-Boiler-Plate Public

    Forked from Hamzakhan2317/RTKQ-Boiler-Plate

    This is a boiler-plate/structure up for improvements for RTKQ

    TypeScript

  6. pracode pracode Public

    TypeScript