You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Learnings
1. How to convert field inputs to numbers;
2. How to prevent false inputs (i.e., an empty input);
- README Partially Updated: link for updated app.js has to be added.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,4 +73,5 @@ Syntax -
73
73
5. Function Constructors and Data Structures for Incomes & Expenses: [app.js](https://github.com/Ch-sriram/JavaScript/blob/d0fb4eafdf2613d8c692f8bbd4c22a63b0ead81c/JS-Objects-Functions-Advanced/project-budgety/script/app.js)
74
74
6. Avoiding Data Structure Conflicts & Passing Data from One Module to Another: [app.js](https://github.com/Ch-sriram/JavaScript/blob/cc0f444858b3b1eb4860a9ee78add0b105ff9be2/JS-Objects-Functions-Advanced/project-budgety/script/app.js)
75
75
7. Usage of <code>innerAdjacentHTML()</code> method & <code>replace()</code> method: [app.js](https://github.com/Ch-sriram/JavaScript/blob/ce2b3650d1745900ba8070af731c7ab75d8be2cf/JS-Objects-Functions-Advanced/project-budgety/script/app.js)
76
-
8. Usage of <code>querySelectorAll()</code> method, Conversion of <code>NodeList</code> to <code>Array</code> & the usage of <code>forEach()</code> method: [app.js](https://github.com/Ch-sriram/JavaScript/blob/345d673fb41d34d6bd98de97284219196220ead5/JS-Objects-Functions-Advanced/project-budgety/script/app.js)
76
+
8. Usage of <code>querySelectorAll()</code> method, Conversion of <code>NodeList</code> to <code>Array</code> & the usage of <code>forEach()</code> method: [app.js](https://github.com/Ch-sriram/JavaScript/blob/345d673fb41d34d6bd98de97284219196220ead5/JS-Objects-Functions-Advanced/project-budgety/script/app.js)
77
+
9. Converting HTML Field Inputs to Numbers & Preventing False Item Inputs: [app.js]()
0 commit comments