aceleradora-TW / aceleradora-TW/exercicios-typescript
Sessão: Variáveis e Strings
- Linguagem predominante
- JavaScript
- Estrelas
- 7
- Forks
- 24
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
# Contexto
Nesse módulo as alunas devem entender os seguintes assuntos:
- VAR, LET e CONST
- Conhecer os tipos de dados (breve introdução)
- number
- string
- boolean
- array
- objeto
- função
- null
- undefined
- Funções úteis da string
- toUpperCase
- toLowerCase
- replace
- replaceAll
- trim
- split
- slice
## Video aula
[EM BREVE NO DRIVE](https://github.com)
## Exercício
```javascript
/*
Transforme a string pokemon no seguinte texto:
Name: Pikachu
Lv: 3 - Type: ELETRIC
Ability: static
Attacks:
- Thundershock,
- Quick attack
- Thunder
Places:
- veridian
- pallet
- cerulean
*/
const pokemon = "pikachu, 3, eletric, (thunderShock - QUICK attack - thuNder), STATIC, (VERIDIAN, CERULEAN, PALLET)"
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.