style
th { min-width: 250px; }

# Expressions: Comments

## 

A comment may be inserted anywhere within an expression where whitespace is allowed. A comment's semantics is equivalent to a whitespace. A comment has the following syntax:

```js
/* (comment text) */
```