如何将数组添加到运算符?

how to add array to operators?

我只需要一个是或否,可能还有一个正确的方向:)

我想知道我怎么能做到这一点,粉笔与 colors.red 或 colors.blue 一样,只是 chalk.red 或 chalk.blue 但我想制作一个具有不同颜色的数组,例如随机化,它将是 console.log(chalk.arraycolor("this is a test"));

对于我造成的任何问题,我深表歉意,我只需要一个是或否,可能还有一个正确的方向:)

this is the code, sorry i could not upload the raw code as its on my raspberry pi

我想你想要的是chalk[rand]

请注意 foo["bar"] 等同于 foo.bar