- 1
Logic behind age calculator
Does anyone know the logic behind age calculator because i want to build age calculator in react.js
2 Answers
+ 2
age = current_year - year_of_birth
Does anyone know the logic behind age calculator because i want to build age calculator in react.js