Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamilajesus/javascript

Anotações pessoais sobre JavaScript.
https://github.com/kamilajesus/javascript

javascript

Last synced: about 2 months ago
JSON representation

Anotações pessoais sobre JavaScript.

Awesome Lists containing this project

README

        

# JavaScript 🚀
Anotações pessoais sobre JavaScript.

# ↪️ JavaScript - Anotações

- [Number](https://github.com/kamilajesus/JavaScript/blob/main/Tipos%20primitivos/number.md)
- [String](https://github.com/kamilajesus/JavaScript/blob/main/Tipos%20primitivos/string.md)
- [Boolean](https://github.com/kamilajesus/JavaScript/blob/main/Tipos%20primitivos/boolean.md)
- [var, let, const](https://github.com/kamilajesus/JavaScript/blob/main/Declarando%20vari%C3%A1veis/var%2C%20let%2C%20const.md)
- [Truthy e Falsy](https://github.com/kamilajesus/JavaScript/blob/main/Declarando%20vari%C3%A1veis/Truthy%20e%20falsy.md)
- [Conversão de tipos](https://github.com/kamilajesus/JavaScript/blob/main/Declarando%20vari%C3%A1veis/convers%C3%A3o%20de%20tipos.md)
- [Tipos de erro](https://github.com/kamilajesus/JavaScript/blob/main/tipos%20de%20erro.md)
- [Operadores de comparação](https://github.com/kamilajesus/JavaScript/blob/main/Operadores/Operadores%20de%20compara%C3%A7%C3%A3o.md)
- [Operador ternário](https://github.com/kamilajesus/JavaScript/blob/main/Operadores/Operador%20Tern%C3%A1rio.md)
- [Template literal](https://github.com/kamilajesus/JavaScript/blob/main/Operadores/Template%20literal.md)
- [Funções](https://github.com/kamilajesus/JavaScript/blob/main/Fun%C3%A7%C3%B5es/Fun%C3%A7%C3%B5es.md)
- [Argumentos e Parâmetros](https://github.com/kamilajesus/JavaScript/blob/main/Fun%C3%A7%C3%B5es/Argumentos%20e%20par%C3%A2metros.md)
- [Arrays](https://github.com/kamilajesus/JavaScript/tree/main/Arrays)
- [Laços de repetição](https://github.com/kamilajesus/JavaScript/tree/main/La%C3%A7os%20de%20repeti%C3%A7%C3%A3o)
- [Callback](https://github.com/kamilajesus/JavaScript/blob/main/Callback.md)