The DOM and an interactive transaction form
Intermedio~35 min0/4 passaggi
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.
Istruzioni
1
Select the form and list with querySelector.
Suggerimento: 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.
Il tuo codice
html
1
2
3
4
5
6
Fallo a vibe con ViBot0 / 12 messaggi gratuiti
Descrivi ciò che vuoi creare per questo passaggio e scriverò il codice — poi clicca su Applica per inserirlo nel tuo editor. Questo passaggio: Select the form and list with querySelector.
Anteprima dal vivo
Anteprima dal vivo