Skip to content
View chuck1in's full-sized avatar
πŸ₯ͺ
Love and peace
πŸ₯ͺ
Love and peace
Block or Report

Block or report chuck1in

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
chuck1in/README.md

Hi, Chuck is here πŸ‘‹


exp stack stack stack


const world = [];
const happiness = (world) => {
  // Get happiness
  const peace = (world) => {
    // Get peace
    const love = (anybody) => {
      // Get love
    };
    return love;
  };
  return peace;
};
const peace = happiness(world);
const love = peace(world);
world.map((anybody) => love(anybody));

Pinned

  1. nw-auth nw-auth Public

    πŸ’« Node way auth is a third-party-login component developed by node-way that has πŸ’ small code size, πŸ‹ less interface exposure, and πŸ₯ no runtime library.

    TypeScript 16 1

  2. happiness-formula happiness-formula Public

    πŸ“‘ Let's find out the happiness formula together for all mankind

    JavaScript