Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hmeirelles0/age-verifier-with-picture

Desenvolvido para estudo de métodos nativos do JavaScript: createElement(), setAttribute(), appendChild()
https://github.com/hmeirelles0/age-verifier-with-picture

css3 ecmascript6 hmtl5 javascript

Last synced: about 1 month ago
JSON representation

Desenvolvido para estudo de métodos nativos do JavaScript: createElement(), setAttribute(), appendChild()

Awesome Lists containing this project

README

        

# Olá 👋

Este projeto foi desenvolvido na intenção de testar meu conhecimento no que diz respeito ao uso da linguagem JavaScript e os seguintes comandos:

`var x = window.document.createElement() //sendo 'x' uma variável qualquer para efeitos de demonstração;`
`.setAttribute('','');`
`.appendChild();`

# Hi 👋

This project was meant as test of my knowledge regarding the use of JavaScript and the following:

`var x = window.document.createElement(); //with 'x' being any given variable`
`.setAttribute('','');`
`.appendChild();`

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)