FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hello-javascript/Basic/27-console-methods-exercises.js at main · mouredev/hello-javascript · GitHub
mouredev
/
hello-javascript
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
8.2k
Code
Issues
4
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
hello-javascript
/
Basic
/
27-console-methods-exercises.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (14 loc) · 426 Bytes
Breadcrumbs
hello-javascript
/
Basic
/
27-console-methods-exercises.js
Copy path
File metadata and controls
24 lines (14 loc) · 426 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
Clase 43 - Ejercicios: Console
Vídeo: https://youtu.be/1glVfFxj8a4?t=21421
*/
// 1. Crea un función que utilice error correctamente
// 2. Crea una función que utilice warn correctamente
// 3. Crea una función que utilice info correctamente
// 4. Utiliza table
// 5. Utiliza group
// 6. Utiliza time
// 7. Valida con assert si un número es positivo
// 8. Utiliza count
// 9. Utiliza trace
// 10. Utiliza clear
Back
|
FazBrowse Home
|
New Git URL