Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kamilajesus/javascript
- Owner: kamilajesus
- Created: 2022-10-13T00:11:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T00:22:23.000Z (about 2 years ago)
- Last Synced: 2023-03-04T18:06:34.711Z (almost 2 years ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)