var getRandomColor = function(){

  return '#'+(Math.random()*0xffffff<<0).toString(16);

}

<<  左移运算符