I am trying to render a component if (age<18) in the next block of code
var split_dob = dateOfBirth.split("-"); var month = split_dob[1]; var da