one fable-low hijack cell
pair factory-made / javascript
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked javascript (second-offered)
· classifierB
· tiernone
response (200 chars)
# Factory Pattern in JavaScript
The **Factory pattern** creates objects without exposing the creation logic — you call a function instead of using `new` directly.
## Simple Factory Function
```java
neighbors