-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
problematic.js
63 lines (63 loc) · 910 Bytes
/
problematic.js
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
/** @type {Record<string, number>} */
export const problematic = {
abalone: 4,
abare: 3,
abbruzzese: 4,
abed: 2,
aborigine: 5,
abruzzese: 4,
acreage: 3,
adame: 3,
adieu: 2,
adobe: 3,
anemone: 4,
anyone: 3,
apache: 3,
aphrodite: 4,
apostrophe: 4,
ariadne: 4,
cafe: 2,
calliope: 4,
catastrophe: 4,
chile: 2,
chloe: 2,
circe: 2,
coyote: 3,
daphne: 2,
epitome: 4,
eurydice: 4,
euterpe: 3,
every: 2,
everywhere: 3,
forever: 3,
gethsemane: 4,
guacamole: 4,
hermione: 4,
hyperbole: 4,
jesse: 2,
jukebox: 2,
karate: 3,
machete: 3,
maybe: 2,
naive: 2,
newlywed: 3,
penelope: 4,
people: 2,
persephone: 4,
phoebe: 2,
pulse: 1,
queue: 1,
recipe: 3,
riverbed: 3,
sesame: 3,
shoreline: 2,
simile: 3,
snuffleupagus: 5,
sometimes: 2,
syncope: 3,
tamale: 3,
waterbed: 3,
wednesday: 2,
yosemite: 4,
zoe: 2
}