--- id: 5d792534d586ef495ea9df90 title: Part 28 challengeType: 0 dashedName: part-28 --- # --description-- Set `str2` to `infixEval(noHigh, infix)`. # --hints-- See description above for instructions. ```js assert( code .replace(/\s/g, '') .includes( 'constapplyFn=str=>{constnoHigh=highPrecedence(str);constinfix=/([0-9.]+)([+-])([0-9.]+)/;conststr2=infixEval(noHigh,infix)' ) ); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```