--- id: 5d7925330f300c342315066d title: Part 20 challengeType: 0 dashedName: part-20 --- # --description-- In `highPrecedence`, define `regex` to be `/([0-9.]+)([*\/])([0-9.]+)/`. # --hints-- See description above for instructions. ```js assert(code.replace(/\s/g, '').includes('regex=/([0-9.]+)([*\\/])([0-9.]+)/')); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```