Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 674 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 674 Bytes

01 Exercise - Destructuring

In this exercise you will practice the use of destructring. Your task is to add the missing code in the 5 functions in studen/index.js.

How to work on it

You can open this repository in Codesandbox by going to the following link where you add your Github username at the end: https://codesandbox.io/s/github/redi-react-fall-2020/01-exercise-spread-## Your github username ##

How to check your progress:

If you opened this repo in code-sandbox, the tests are rerun everytime you save and you can see if you have passed a tests in the tests section.

You can also open the console in Codesandbox to see the output of your functions.