forked from digisz/javascriptframeworknamegenerator
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnouns.js
More file actions
86 lines (86 loc) · 1.24 KB
/
Copy pathnouns.js
File metadata and controls
86 lines (86 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
var nouns = [
"ninja",
"chair",
"pancake",
"statue",
"unicorn",
"rainbows",
"laser",
"senor",
"bunny",
"captain",
"nibblets",
"cupcake",
"carrot",
"gnomes",
"glitter",
"potato",
"salad",
"toejam",
"curtains",
"beets",
"toilet",
"exorcism",
"stick figures",
"mermaid eggs",
"sea barnacles",
"dragons",
"jellybeans",
"snakes",
"dolls",
"bushes",
"cookies",
"apples",
"ice cream",
"ukulele",
"kazoo",
"banjo",
"opera singer",
"circus",
"trampoline",
"carousel",
"carnival",
"locomotive",
"hot air balloon",
"praying mantis",
"animator",
"artisan",
"artist",
"colorist",
"inker",
"coppersmith",
"director",
"designer",
"flatter",
"stylist",
"leadman",
"limner",
"make-up artist",
"model",
"musician",
"penciller",
"producer",
"scenographer",
"set decorator",
"silversmith",
"teacher",
"auto mechanic",
"beader",
"bobbin boy",
"clerk of the chapel",
"filling station attendant",
"foreman",
"maintenance engineering",
"mechanic",
"miller",
"moldmaker",
"panel beater",
"patternmaker",
"plant operator",
"plumber",
"sawfiler",
"shop foreman",
"soaper",
"stationary engineer",
"wheelwright",
"woodworkers"];