Skip to content

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

License

Notifications You must be signed in to change notification settings

Chuck1sn/happiness-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

happiness-formula

πŸ‘€ I am looking for a way to make everyone happy. If you happen to know the answer, please let me know by improving the javascript below!

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));

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published