Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed May 23, 2024
1 parent db182c5 commit 3c6050f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@ _Just-in_ is no-keywords JS subset, _JSON_ + _expressions_ (see [thread](https:/
+ `a ||= b`, `a &&= b`
+ `a ? b : c`, `a?.b`
+ `...a`
+ `[a, b]` Array
+ `{a: b}` Object
+ `(a, b) => c` Function
+ `[a, b]`
+ `{a: b}`
+ `(a, b) => c`
+ `// foo`, `/* bar */`
+ `true`, `false`, `null`, `NaN`, `undefined`
+ `a in b`
<!-- + `...x` unary operator -->
<!-- + strings interpolation -->

```js
Expand Down

0 comments on commit 3c6050f

Please sign in to comment.