Git Product home page Git Product logo

dwf-m2-desafio's Introduction

Desafío final del Nivel 1

  • Forkeá este repo (y clonalo)
  • Revisá los tests
  • Agregá tu código y asegurate que los tests pasen
  • Creá un PR y envialo en el formulario correspondiente a este desfío)

Pull de últimos cambios

Para traer los últimos cambios a un repositorio local que es un clone de un fork, lo mejor es agregar este repo como otro remote y hacer un pull. Un remote es un repositorio en una ubicación remota (github) contra el cual podemos hacer pull y push.

Para agregar el remoto:

git remote add apx [email protected]:apx-school/sd-l1-final.git

Para chequear que el remoto se agregó correctamente correr:

git remote -v

Esto debería mostrar el nuevo remoto apx

git remote -v

apx	[email protected]:apx-school/sd-l1-final.git (fetch)
apx	[email protected]:apx-school/sd-l1-final.git (push)

Ahora si queremos traernos cambios de este remoto hacemos un push pero agregando el remoto explicitamente.

git pull apx main

En vez de origin usamos apx que es nuestro nuevo remote. El remote por defecto es origin.

dwf-m2-desafio's People

Contributors

marcezapaiaba avatar zapaiamarce avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dwf-m2-desafio's Issues

Pasa todos los test..

Genial, A mi juicio prolijo el código. Veo que vos también usaste lodash.. Éxitos

Review #1

Buenas magui! Felicidades por haber llegado al desafío final del módulo 2! 🥳 🥳

Corrí un par de comandos para probar todas las funciones y anda perfecto todo 🙌🏻 , lo único te dejo unos temitas que ví revisando el código:

1- Fijate que acá usas tanto el await como el .then() en la misma línea, podrías usar uno o el otro, no hace falta usar los dos al mismo tiempo:
Screenshot from 2022-09-12 16-27-30

2- Y acá fijate que escribiste la async delante de la función pero escribiste siempre .then() acordate que el async se escribe cuando usas un await, si usás el .then() no hace falta:
Screenshot from 2022-09-12 16-27-52

Para mi el desafío está aprobado ya que están son cuestiones de sintaxis, pero te pediría que las corrigas asi prácticas y hacés buen uso de estas.

Suerte en el próximo módulo!! 🚀 🙌🏻

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.