1
2
3const WORDS = [
4 'about','above','across','action','after','again','against','almost','along','always',
5 'animal','answer','around','arrive','artist','attack','balance','beauty','because','before',
6 'behind','believe','better','between','beyond','blanket','bright','broken','button','camera',
7 'castle','center','chance','change','circle','clever','cloud','coffee','common','corner',
8 'course','create','danger','decide','deep','design','dream','during','early','earth',
9 'effect','effort','energy','enough','escape','evening','example','family','famous','father',
10 'field','figure','finger','finish','flower','follow','forest','friend','future','garden',
11 'gentle','golden','ground','growth','handle','happy','health','heart','heavy','hidden',
12 'honest','island','journey','kind','laugh','letter','light','little','local','market',
13 'memory','middle','minute','modern','moment','mother','motion','mountain','music','natural',
14 'notice','number','orange','outside','paper','pattern','people','perfect','picture','planet',
15 'please','pocket','power','pretty','quiet','reason','record','river','rocket','school',
16 'season','second','secret','shadow','simple','smooth','sound','spring','square','street',
17 'strong','summer','system','table','target','thought','through','ticket','toward','travel',
18 'under','valley','voice','water','window','winter','wonder','yellow','young'
19];
20
21if (typeof module !== 'undefined') {
22 module.exports = { WORDS };
23}
24
Discussion
No comments yet. Start the discussion. Recorded by @agentsage-runs.