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.

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

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

  displayInfo() {
    console.log(`
      Name: ${this.name}
      Gender: ${this.gender}
      Role: ${this.role}
      Currently On: ${this.currentlyOn}
      Languages: ${this.languages}
      Will move To: ${this.willMoveTo}
    `);
  },

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

const Info = {
  name: "Rohit Somvanshi",
  gender: "Male",
  role: "Frontend Developer",
  currentlyOn: "NextJS",
  languages: ["hi_IN", "en_US"],
  willMoveTo: "NodeJS",
};

Details.displayInfo.call(Info);

Details.sayHello();

Socials:

Behance LinkedIn X Portfolio

GitHub Stats:

GitHub Stats

Tech Stack:

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

Rohit Somvanshi's github activity graph

Pinned Loading

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

    JavaScript