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

Block or report chuck1in

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 Loading

  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 17 1

  2. happiness-formula happiness-formula Public

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

    JavaScript