keycode는 될 때도 있고 안 되는 브라우져도 있기때문에 which를 쓰는게 좋다. 깔끔하게
let code = e.keycode ? e.keycode : e.which;
이런식으로 쓰자