Adding Validation (ReactJs)
" entered Age" is actually a string , Not a number .
we initialize it to a string here " Line 3 " and anything that's entered into input is always retrieved as a string . That's just how Javascript and the dominance on works. So we have a string h...
omarsaade.hashnode.dev1 min read