GitHub - tipjs/javascript-style-guide: Airbnb JavaScript 스타일 가이드 한국어
원문:https://github.com/airbnb/javascript JavaScript에 대한 대부분 합리적인 접근 방법 다른 스타일 가이드들 3.2 If your code will be executed in browsers in script context, don't use reserved words as keys. It won't work in IE8. More info. It's OK to use them in ES6 modules and server-side code.