--- id: 5d7925380ea76d55b2c97d7b title: Step 103 challengeType: 0 dashedName: step-103 --- # --description-- This is true, so `highPrecedence` might be a pure function. If you inspect it, you can see that it indeed performs no I/O and doesn't use functions like `Math.random()` - so it's pure. Remove the `console.log` statement. # --hints-- See description above for instructions. ```js assert(!code.includes('console.log')); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```