String has already been defined as follows:
const desc = `This is the password you use to access the $0 application. It is not the password for the $1 card. \n With the password, we can only read your statement. No other operations can be performed.`;
Array has already been defined as follows:
const params = ['American', 'American Black'];
I would like to replace:
$0 => American,
$1 => American Black
Expected outcome:
This is the password you use to access the American application. It is not the password for the American Black card. \n With the password, we can only read your statement. No other operations can be performed.