--- id: 5d792538de9fa3f298bcd5f6 title: Step 101 challengeType: 0 dashedName: step-101 --- # --description-- Now try calling `highPrecedence` and pass it the string `"2*2"` without assigning it to a variable in `update`. # --hints-- See description above for instructions. ```js assert( /update=\(?event\)?=>\{.*highPrecedence\((['"])2\*2\1\).*\}/.test( code.replace(/\s/g, '') ) ); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```