--- id: 5d792537ea3eaf302bf2d359 title: Part 91 challengeType: 0 dashedName: part-91 --- # --description-- Now set `value` to `element.value.replace(/\s/g, "")`. This removes all whitespace from `element` so that we can ignore it. # --hints-- See description above for instructions. ```js assert( /constupdate=\(?event\)?=>\{constelement=event\.target;?constvalue=element\.value\.replace\(\/\\s\/g,["']{2}\);?\}/.test( code.replace(/\s/g, '') ) ); ``` # --seed-- ## --before-user-code-- ```html