()
| 32 | } |
| 33 | |
| 34 | const regularAction = () => { |
| 35 | clickMeText.innerText = `Congrats! You clicked it ${counter} times!`; |
| 36 | playFart(regularFart, true); |
| 37 | } |
| 38 | |
| 39 | const thatsItForNow = () => { |
| 40 | clickMeText.innerHTML = `That's it for now!`; |
nothing calls this directly
no test coverage detected
searching dependent graphs…