one fable-low hijack cell
pair javascript / roots
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked javascript (first-offered)
· classifierA
· tiernone
response (200 chars)
# Roots in JavaScript
Here are the common ways to work with roots in JavaScript:
## Square Root
```javascript
Math.sqrt(25); // 5
Math.sqrt(2); // 1.4142135623730951
Math.sqrt(-1); // NaN
neighbors