The DOM and an interactive transaction form
मध्यवर्ती~35 मिनट0/4 चरण
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.
निर्देश
1
Select the form and list with querySelector.
संकेत: 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.
आपका कोड
html
1
2
3
4
5
6
ViBot के साथ वाइब करें0 / 12 मुफ़्त मैसेज
इस स्टेप के लिए आप जो बनाना चाहते हैं उसे बताएं और मैं कोड लिख दूंगा — फिर इसे अपने एडिटर में डालने के लिए Apply पर क्लिक करें। यह स्टेप: Select the form and list with querySelector.
Live Preview
Live Preview