Removes all the commands in which the indexes matches with the given string.
var removedIndexes = artyom.removeCommands("Hello");
console.log(removedIndexes);
Removes all the commands in which the indexes matches with the given string.
var removedIndexes = artyom.removeCommands("Hello");
console.log(removedIndexes);