{
// write code here
return Math.min(...rotateArray)
}
module.exports = {
minNumberInRotateArray : minNumberInRotateArray
};
{
// write code here
return Math.min(...rotateArray)
}
module.exports = {
minNumberInRotateArray : minNumberInRotateArray
};