Tell us what’s happening:
Your getMonsterAttackValue should take level as a parameter.
what does this mean please
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
function getMonsterAttackValue() {
}
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0
Challenge Information:
Learn Basic JavaScript by Building a Role Playing Game - Step 145