Skip to content
View Luciferlocas's full-sized avatar

Highlights

  • Pro

Block or report Luciferlocas

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
Luciferlocas/README.md
"use strict";

const Details = {
  name: "" as string,
  gender: "" as string,
  role: "" as string,
  languages: [] as Array<string>,
  learning: "" as string,
  linkedIn: "" as string,

  displayInfo() {
    console.log(`
      Name: ${this.name}
      Gender: ${this.gender}
      Role: ${this.role}
      Languages: ${this.languages}
      Learning: ${this.learning}
      LinkedIn: ${this.linkedIn}
    `);
  },

  sayHello() {
    console.log(`Thank you for the visit, see you in the repo section`);
  },
};

const Info = {
  name: "Rohit Somvanshi",
  gender: "Male",
  role: "Frontend Developer",
  languages: ["hi_IN", "en_US"],
  learning: "Scalability",
  linkedIn: "https://linkedin.com/in/rohit-somvanshi",
};

Details.displayInfo.call(Info);

Details.sayHello();

GitHub Stats:

stats stats

Tech Stack:

CSS3 Java C C++ Vercel Netlify Next JS MUI React Socket.io Chart.js Bootstrap TailwindCSS Figma

Pinned Loading

  1. Brl-Team-Task/Frontend Brl-Team-Task/Frontend Public

    JavaScript