I am stuck on Javascript Step 101.
In the code below I have to put “goldText.innerText = gold” inside the if statement. I tried this : if (inventory.length > 1, gold += 15, goldText.innerText=gold) {
}
It is not taking this as inside if statement.
If it not inside then where do I put it?
function sellWeapon() {
if (inventory.length > 1, gold += 15) {
goldText.innerText=gold