--- id: 5d7925353b307724a462b06b title: Step 60 challengeType: 0 dashedName: step-60 --- # --description-- Finally, return `fn("A")`. # --hints-- See description above for instructions. ```js assert( /elemValue.*constfn=elemValue\(['"]1['"]\);?returnfn\(['"]A['"]\);?\}/.test( code.replace(/\s/g, '') ) ); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```