Skip to content

Commit

Permalink
Update Documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aidngonz authored Jul 15, 2024
1 parent 8c78d99 commit 0974587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ buttonState.addListener((state) => {
const form = createForm('form', layer3);
form.addInput('firstInput', 'placeholder');
form.addSubmit('submit', 'Submit');
form.getDataOnSubmit();
console.log(form.getDataOnSubmit());
```

Run the HTML file.
Expand Down Expand Up @@ -226,7 +226,7 @@ buttonState.addListener((state) => {
const form = createForm('form', layer3);
form.addInput('firstInput', 'placeholder');
form.addSubmit('submit', 'Submit');
form.getDataOnSubmit();
console.log(form.getDataOnSubmit());
```

----------
Expand Down

0 comments on commit 0974587

Please sign in to comment.