--- id: 5d792533aa6443215c9b16bf title: Part 21 challengeType: 0 --- # --description-- Now, assign the result of calling `infixEval` with `str` and `regex` to `str2`. Return `str2`. # --hints-- See description above for instructions. ```js assert(highPrecedence('7*6') === '42' && highPrecedence('50/25') === '2'); ``` # --seed-- ## --before-user-code-- ```html