--- id: 5dbac08e6ef5fe3a704f848f title: Part 120 challengeType: 0 --- # --description-- Under the `attack` function, create a function with name `getMonsterAttackValue` that takes `level` as a parameter. # --hints-- See description above for instructions. ```js assert( getMonsterAttackValue.toString().replace(/\s/g, '') === 'functiongetMonsterAttackValue(level){}' ); ``` # --seed-- ## --before-user-code-- ```html