- Neither a copyright statement nor credit is required in a sourcefile. (Neither is explicitly recommended, either.)
- Empty blocks can usually be represented concisely as
{}
, as detailed in(). - Non-ASCII characters are allowed in string literals, comments and JSDoc,and in fact are recommended when they make the code easier to read than theequivalent Unicode escape would (??).