> For the complete documentation index, see [llms.txt](https://jimmylv.gitbook.io/tdd-frontend/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jimmylv.gitbook.io/tdd-frontend/coding/00-project-fizzbuzz/06-practice-fizzbuzz-again.md).

# 任务 3：再撸一遍

Hi，你好，我是 JimmyLv 吕靖，这是你开始 前端 TDD 练习的第 3 天，今天我来跟你介绍本次副本中的最后一个任务。

**这个任务可能会让你抓狂：** 对！把 FizzBuzz 再撸一遍\~

老样子，有问题，在群里同步

（如果还到不了 10 分钟以内，那就再来一遍\~）

## 本次任务的最新要求：

1. 重新做任务拆解，把任务清单写下来；
2. 计时，开始编码；
3. 严格按照 TDD 的步骤：先写测试，再写实现，测试通过时重构；
4. 随时留意自己在什么时候卡壳、不流畅；
5. （如果你愿意的话）再次调整任务清单，再来一遍\~。

三次反复训练，如果你真的认真完成了之前的训练，就会体验到我们实战营的特点——

功夫不在视频、不在课程，全在训练里。

实践出真知。

![Image：实践出真知](/files/-M1uB89bfiQPACA-4zo2)

## 思考一下

**这次你需要再次反思：**

* 做完整道题用多长时间？
* 速度提高的原因是什么？
* 代码质量如何？
* 今天有什么收获？

第一个项目，难度并不高，三次 TDD 编码的刻意训练，目标是让你适应这种学习方法 & 练习方式，入门 TDD。

如果你嫌项目短，别着急，新的项目即将开启。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://jimmylv.gitbook.io/tdd-frontend/coding/00-project-fizzbuzz/06-practice-fizzbuzz-again.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
