console.log는 클래스처럼 생겼으니까 함수형으로 만들게요
log = (x) => console.log(x);

log('hello world')