Skip to content
View shamnxd's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report shamnxd

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
shamnxd/README.md

Hey there!

function Character(name, age, hobby) {
  this.name = name;
  this.age = age;
  this.hobby = hobby;
}

Character.prototype.bio = function() {
  return `Hi there, I'm ${this.name}, a ${this.age}-year-old Full Stack Developer who loves ${this.hobby}!`;
}

Character.prototype.interests = [
  'full-stack development',
  'building scalable web apps',
  'learning new technologies',
  'backend & cloud architecture',
  'modern React development'
];

const shamnad = new Character('Shamnad', 20, 'exploring tech');

console.log(shamnad.bio());
console.log(`My interests include: ${shamnad.interests.join(', ')}.`);

Pinned Loading

  1. ZeekNet ZeekNet Public

    A modern, full-stack job portal application built with React, TypeScript, Node.js, and MongoDB. ZeekNet connects job seekers with companies, providing a comprehensive platform for job listings, app…

    TypeScript 20

  2. Good-Berry Good-Berry Public

    ECommerce App with Admin Panel : React, Redux Toolkit, Tailwind, MongoDB

    JavaScript 6

  3. Litbee Litbee Public

    Litbee is a full-stack URL shortener built with Nest.js and JWT-based authentication, enabling users to generate, manage, and track custom short links securely.

    TypeScript 1

  4. lingodotdev/lingo.dev lingodotdev/lingo.dev Public

    Open-source localization engineering tools. Connects to Lingo.dev localization engineering platform for consistent, quality translations.

    TypeScript 5.4k 836