mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
252 B
12 lines
252 B
4 years ago
|
## Capitalized
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
Declare a `capitalized` variable of the transformed provided variable `word`
|
||
|
where:
|
||
|
|
||
|
- First character must be uppercase
|
||
|
- Rest of the word must be lowercase
|
||
|
|
||
|
> No new notions here, apply some of your knew knowledge !
|