exercism / exercism/website

TypeError: Math.floor is not a function. (In 'Math.floor(e/50)', 'Math.floor' is 6.4)

Open
#9,474 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
548
Forks
168
Avg merge
1d 8h
Merged PRs (30d)
22

Description

## Error

```
Math.floor is not a function. (In 'Math.floor(e/50)', 'Math.floor' is 6.4)
```

## Stack trace

```
/beacon.min.js:1 in M
/beacon.min.js:1 in c
/beacon.min.js:1
/beacon.min.js:1
/beacon.min.js:1
../node_modules/@sentry/browser/src/helpers.ts:117 in sentryWrapped
```

## Tracking Details
- **Project**: exercism-js
- **Sentry**: [TypeError: Math.floor is not a function. (In 'Math.floor(e/50)', 'Math.floor' is 6.4)](https://thalamus-ai.sentry.io/issues/145230499/)
- **Culprit**: M(beacon)
- **First seen:** Sep 6, 2026

Contributor guide

Open the contributing guide

Research direction

Start with the linked Sentry report and the `/beacon.min.js` stack trace, then trace the failing `Math.floor(e/50)` path back to its source in the exercism-js project. Verify what changes `Math.floor` to the reported numeric value and confirm that the browser path no longer reports this TypeError.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
observability
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.