5alidshammout / 5alidshammout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5alidshammout

const Khalid = {
    fullName: "Khalid Shammout",
    mostUsedUsername: "5alidshammout",
    programmingLanguages: ["HTML", "CSS", "JS"],
    learningQueue: ["Golang"],
    hobbies: Array.from({
        length: 100
    }, (_, i) => `${i + 1}: Coding`)
}

About