const removeFromArray = function(arr, remove) {
};
// Do not edit below this line
module.exports = removeFromArray;