50Days Project
Age Calculator: we can get the value of the date from the input tag using .value in JS.
At line no 9 we used .value to get the date from the input tag.
Tip Calculator: We can fix the number of digits after decimal using .toFixed
At line no 1...
vishuraj.hashnode.dev1 min read