├── beta.js ├── testing.js ├── testing2.js ├── .gitignore ├── alpha.js ├── login.js ├── README.md ├── autentication.js ├── index-ts.ts ├── package.json ├── platzi ├── assets │ ├── icons │ │ ├── mdi_keyboard_arrow_down.svg │ │ ├── trending-up1.svg │ │ ├── arrow-right1.svg │ │ ├── trending-down1(1).svg │ │ ├── trending-down1(2).svg │ │ ├── trending-down1.svg │ │ ├── clock1.svg │ │ ├── eye1.svg │ │ ├── dollar-sign1.svg │ │ └── check-circle1.svg │ └── images │ │ ├── Group16.svg │ │ ├── Group19.svg │ │ ├── Group18.svg │ │ └── Bitcoin.svg ├── index.css └── index.html ├── test.html ├── index-ts.js ├── obj-arrays-enum.ts └── index.html /beta.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /testing.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /testing2.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /alpha.js: -------------------------------------------------------------------------------- 1 | console.log("esto es una prueba") 2 | -------------------------------------------------------------------------------- /login.js: -------------------------------------------------------------------------------- 1 | console.log('login.js in the house') 2 | 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # git-learn 2 | learning git with tutorials 3 | este es un proyecto de prueba con git 😄 4 | -------------------------------------------------------------------------------- /autentication.js: -------------------------------------------------------------------------------- 1 | const testeo2 = () => { 2 | console.log("testeo2"); 3 | }; 4 | const testeto3 = () => { 5 | console.log("testeto3"); 6 | }; 7 | -------------------------------------------------------------------------------- /index-ts.ts: -------------------------------------------------------------------------------- 1 | //alias es creado usando 'type' y poniendole un Nombre primera letra en mayuscula donde podemos poner varios tipos por ejemplo 2 | // type Combinacion = number | string -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "typescript", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index-ts.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "author": "", 10 | "license": "ISC" 11 | } 12 | -------------------------------------------------------------------------------- /platzi/assets/icons/mdi_keyboard_arrow_down.svg: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /platzi/assets/icons/trending-up1.svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /platzi/assets/icons/arrow-right1.svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /platzi/assets/icons/trending-down1(1).svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /platzi/assets/icons/trending-down1(2).svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /platzi/assets/icons/trending-down1.svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 |Batatabit te ayuda a navegar entre los diferentes precios y tendencias.
24 | Conoce Nuestros Planes i 25 |