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 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
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 19

  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

    ⚡ Lingo.dev - open-source, AI-powered i18n toolkit for instant localization with LLMs. Bring your own LLM or use Lingo.dev Localization Engine. Join discord:

    TypeScript 5.4k 839