The DOM and an interactive transaction form
Intermédiaire~35 min0/4 étapes
Let a person use the ledger
The DOM is the browser's object model for the page. JavaScript can listen for a form submission, read its fields, update application state, and render the new result.
This is the turning point: Smart Ledger stops being a script and becomes an application.
Instructions
1
Select the form and list with querySelector.
Indice : document.querySelector('#transaction-form')
2
Create renderTransactions and render array items with map.
3
Listen for submit and call preventDefault.
4
Push a transaction object and render again.
Votre code
html
1
2
3
4
5
6
Vibe it avec ViBot0 / 12 messages gratuits
Décrivez ce que vous voulez créer pour cette étape et je rédige le code — puis cliquez sur Appliquer pour l'insérer dans votre éditeur. Cette étape : Select the form and list with querySelector.
Aperçu en direct
Aperçu en direct