Skip to content
View MkeyhaniM's full-sized avatar

Block or report MkeyhaniM

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
MkeyhaniM/README.md
// πŸš€ Motivational inspire function
function inspire(name) {
  const quotes = [
    "Believe in yourself and all that you are.",
    "Dream big, work hard, make it happen!",
    "Every line of code is a step towards greatness.",
    "Your potential is unlimited."
  ];
  const emojis = ['🌟','πŸ”₯','πŸ’«','πŸš€'];
  const quote = quotes[Math.floor(Math.random() * quotes.length)];
  const emoji = emojis[Math.floor(Math.random() * emojis.length)];

  console.log(`
${emoji}  ${quote}  ${emoji}
`);
  console.log(`Hello, ${name}! Let's build something amazing today!`);
  console.log('✨ Keep coding, keep shining! ✨');
}

inspire('Developer'); // Swap in your name and start coding with a smile 😊

Pinned Loading

  1. RenderMovies RenderMovies Public

    show popular moives

    JavaScript 1

  2. Game-Quiz- Game-Quiz- Public

    JavaScript

  3. Jokesstan Jokesstan Public

    JavaScript

  4. KeyhaniStudy KeyhaniStudy Public

    HTML

  5. chat-box chat-box Public

    TypeScript