CodeYourFuture / CodeYourFuture/Module-Data-Flows
Object Destructuring
- 主要语言
- JavaScript
- 星标
- 0
- 派生
- 275
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Learning Objectives
- [ ] Use object destructuring to extract values from an object and assign them to variables in one line
### Link to the coursework
https://github.com/CodeYourFuture/Module-Data-Flows/tree/main/Sprint-1/destructuring
### Why are we doing this?
Destructuring is very useful and used a lot in React. Both array and object destructuring are worth exploring.
### Maximum time in hours
1
### Submission & Review
1. Fork to your Github account.
2. Make a branch for this project called feature/destructuring
2. Make regular small commits in this branch with clear messages.
3. When you are ready, open a PR to the CYF repo, following the instructions in the PR template.
```mermaid
gitGraph
commit id: "start"
branch feature/destructuring
commit id: "ex-1-update-argument"
commit id: "ex-2-teachers-pet"
commit id: "ex-3-print-receipt"
checkout main
merge feature/destructuring
```
There are several projects in this repo. [Make a new branch](https://simpledev.io/lesson/create-branch-gh-desktop-1) for each project. This might feel challenging at first, so this is a good problem to bring to class to work on in groups with mentors.
Don't make one giant PR with all your work in for the module. Make a separate PR for each assignment.
贡献指南
这个仓库没有索引到贡献指南
调研方向
打开 Sprint-1/destructuring 中链接的 coursework,并在开始前阅读练习说明。在 feature/destructuring 分支上完成对象解构练习,并遵循所要求的 commit 和 pull request 流程。当 coursework 展示如何提取对象值并在一行中将其赋给变量时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- content
- Issue 类型
- 功能
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 50/100