one fable-low hijack cell
pair javascript / modern
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked modern (second-offered)
· classifierB
· tiernone
response (200 chars)
# Modern JavaScript Overview
"Modern JavaScript" typically refers to **ES6 (2015) and beyond**. Here are the key features:
## Core ES6+ Features
**`let` / `const` instead of `var`**
```js
const nam
neighbors