Skip to content

luizpicolo/secrets-santa-generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Secret Santa Generator

This is a simple JavaScript code to generate Secret Santa pairs for a list of participants.

Usage

  1. Copy the provided array of participants in the secretsSanta variable.
  2. Run the JavaScript code using a Node.js environment or a browser console.
const secretsSanta = [
  ['Lucineide', '0'],
  ['João Pedro', '0'],
  ['Michele', '0'],
  ['Luiz', '0']
];

// ... (rest of the code)

console.table(newSecretsSanta);

About

A simple Secret Santa generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published