Remove all the available commands of Artyom

Removes all the commands in which the indexes matches with the given string.

var removedIndexes = artyom.removeCommands("Hello");
console.log(removedIndexes);