Application created to put all knowlegde into practice about first concepts with JavaScript, by watching Curso em Video Youtbe Channel.
When you type the birth of year and choose gender, the application will display the current age with a funny picture, demostrating the appearance according to age.
In case of age like zero or beyond currently year, a pop-up will appear to inform there's wrong informations.
https://juniormacedo91.github.io/age-detector/
- DOM - Document Object Model - It represents the webpage in connection with JavaScript;
- Alert - An information pop-up box;
- createElement - Creat an HTML element through JavaScript;
- setAttribute - Set an attribute or change the currently value;