Skip to content
View Abdellahmaarifa's full-sized avatar
🐳
student at 1337
🐳
student at 1337

Highlights

  • Pro

Organizations

@Abdellahmaarifa-1337
Block or Report

Block or report Abdellahmaarifa

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

linkedin Β  Β 

Hello, folks!

type Developer = {
  name: string;
  role: string;
  expertise: string[];
  aboutMe: string;
};

const profile: Developer = {
  name: 'Abdellah',
  role: 'Software Developer',
  expertise: ['TypeScript', 'JavaScript', 'React'],
  aboutMe: 'I develop efficient web solutions for a seamless user experience',
};

console.log(`Name: ${profile.name}`);
console.log(`Role: ${profile.role}`);
console.log(`About Me: ${profile.aboutMe}`);
console.log('Expertise:');

profile.expertise.forEach((skill) => console.log(` - ${skill}`));

Some Things I’ve Built

Popular repositories

  1. abdellah.me abdellah.me Public

    my personal website.

    TypeScript 8

  2. overPing overPing Public

    The next ping pong game.

    TypeScript 1

  3. Abdellahmaarifa Abdellahmaarifa Public

  4. plainalgo plainalgo Public

    algo visualizer