dappuniversity / eth-todo-list

Blockchain Todo App Tutorial Powered by Ethereum Smart Contracts
549 stars 549 forks source link

A 'return' statement can only be used within a function body. #25

Closed berfingrz closed 2 years ago

berfingrz commented 2 years ago

`

          <input type="submit" hidden="">
        </form>`

I have an error "A 'return' statement can only be used within a function body." ın index.html code.

How can I fix it?