Skip to content

philuchansky/name-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Name Picker

Instructions:

  1. Fork and/or clone
  2. create a file in ./js called names.js
  3. In ./js/names.js, create a globally scoped variable called names, set to an array of name strings:
var names = [
  'Jake',
  'Donna',
  'Abigail'
]
  1. Refresh, and go!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published