NK
Size: a a a
NK
NK
V
V
NK
V
V
NK
NK
NK
fetch('/form_handler', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
year: birthYear.value,
month: birthMonth.value,
day: birthDay.value
})
})
}
NK
V
V
V
NK
V
V
NK
V
V