Prepare a table for Javascript
Replace all the tabs
adjective color animal
sad red dog
furtive green cat
cautious blue rabbit
happy rooster
adventurous gazelle
aardvark
sea lion
With this find / replace (the tab is hidden) and then add additional syntax and copy / paste.
', '
let options = {
adjective: ['sad', 'furtive', 'cautious', 'happy', 'adventurous'],
color: ['red', 'green', 'blue'],
animal: ['dog', 'cat', 'rabbit', 'rooster', 'gazelle', 'aardvark', 'sea lion']
}