1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【React塾】React練習問題【素数を判定する関数を実装してみよう!】

Last updated at Posted at 2022-04-02

React練習問題

Q1. 素数かどうか判定する関数を作ってみよう!スクリーンショット 2022-04-02 20.44.39.png

問題の取り組み方

1.Github右上部にあるForkをクリックして、以下のリポジトリをフォーク
https://github.com/SatakeYusuke19920527/react-juku.git
スクリーンショット 2022-04-02 20.46.45.png

2.git clone
Codeと書いてあるボタンをクリックしてURLをコピー
スクリーンショット 2022-04-02 20.47.38.png

3.git cloneでローカル環境へコードを持ってくる

git clone https://github.com/SatakeYusuke19920527/react-juku.git

4.src/questions/Q1.tsxのjudgePrimeNumber()で素数を判定する関数のロジックを実装してください

スクリーンショット 2022-04-02 20.53.55.png

5.実装できたらレビュアーに [SatakeYusuke19920527] を入れてプルリクエストを作成してください

6.レビューして合否を判定します!プルリクエストに合否を書くね。

みんなのコードを見れることを楽しみにしてます!

p.s 好評だったら第二弾もやるね

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?