# fixtures/javascript
JavaScript fixture file for `.scm` query tests.
- `sample.js` — defines a `Stack` class extending `EventEmitter` with `push`, `pop`, `isEmpty`, and `size` methods, a `classify` function, a `sumArray` arrow function, and a `fibonacci` function; imports from `events`, `path`, and `fs`; includes if/else branching and for loops.